We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66dd02a commit 6990b3cCopy full SHA for 6990b3c
.github/workflows/cicd.yml
@@ -18,7 +18,7 @@ jobs:
18
password: ${{ secrets.DOCKER_PASSWORD }}
19
20
- name: Build and Push Docker image
21
- if: github.ref == 'refs/heads/dev'
+ if: github.ref == 'refs/heads/main'
22
uses: docker/[email protected]
23
with:
24
context: .
0 commit comments