Skip to content

Commit

Permalink
default branch for docker action should be main
Browse files Browse the repository at this point in the history
  • Loading branch information
BEW111 committed Oct 1, 2024
1 parent 9d247a1 commit 8e8b99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerBuildAndDeploy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Create and publish the Docker image
on:
push:
branches: ['devops/main']
branches: ['main']
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 8e8b99f

Please sign in to comment.