Skip to content

Commit

Permalink
Merge pull request #426 from moreal/workflow-dispatch-login
Browse files Browse the repository at this point in the history
Publish docker image when trigerred by workflow_dispatch
  • Loading branch information
Atralupus authored Oct 24, 2024
2 parents ee3e7e5 + 28bdd2f commit 0624fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
platforms: linux/arm/v8,linux/amd64
-
name: Login to Docker Hub
if: github.event_name == 'push'
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 0624fd6

Please sign in to comment.