We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9d977 commit 3c9768aCopy full SHA for 3c9768a
.github/workflows/main.yml
@@ -42,7 +42,7 @@ jobs:
42
password: ${{ secrets.DOCKER_PASSWORD }}
43
44
- name: Build and Push Docker image
45
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
46
uses: docker/build-push-action@v6
47
with:
48
context: .
0 commit comments