Skip to content

Commit

Permalink
Update dockerbuild.yml
Browse files Browse the repository at this point in the history
add latest tag true
change trigger to on release
  • Loading branch information
acavella authored Jan 11, 2024
1 parent c827841 commit e7779c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build and Push Docker Image

on:
workflow_dispatch:
release:
types: [created]

jobs:
docker-build:
Expand All @@ -16,5 +17,6 @@ jobs:
image: gorevoke
registry: ghcr.io
dockerfile: build/docker/Dockerfile
addLatest: true
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e7779c6

Please sign in to comment.