We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72505c4 commit 5fb6e7bCopy full SHA for 5fb6e7b
.github/workflows/dockerimage.yml
@@ -8,6 +8,7 @@ jobs:
8
- name: Publish to Registry
9
uses: elgohr/Publish-Docker-Github-Action@master
10
with:
11
- name: tmprimitivo/firego:${BRANCH_NAME}
+ name: tmprimitivo/firego
12
username: ${{ secrets.DOCKER_USERNAME }}
13
password: ${{ secrets.DOCKER_PASSWORD }}
14
+ tagging: true
0 commit comments