DiscordEventLog/.forgejo/workflows/docker-build.yml

29 lines
718 B
YAML
Raw Normal View History


name: Docker Build
on:
push:
branches:
- master
jobs:
Build:
runs-on: docker
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
2023-11-25 04:25:54 -05:00
with:
token: ${{ secrets.COASTALCOMMITSTOKEN }}
- name: Login to CoastalCommits
uses: actions/docker-login@v3
with:
username: SeaswimmerTheFsh
password: ${{ secrets.COASTALCOMMITSTOKEN }}
- name: Build and push Docker image
2023-11-25 04:25:54 -05:00
uses: actions/docker-build-push@v5
with:
context: .
file: Dockerfile
push: true
2023-11-25 04:25:54 -05:00
tags: https://coastalcommits.com/seaswimmerthefsh/discordeventlog:latest