Skip to content

Commit 5fb6e7b

Browse files
authored
Update dockerimage.yml
1 parent 72505c4 commit 5fb6e7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dockerimage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
- name: Publish to Registry
99
uses: elgohr/Publish-Docker-Github-Action@master
1010
with:
11-
name: tmprimitivo/firego:${BRANCH_NAME}
11+
name: tmprimitivo/firego
1212
username: ${{ secrets.DOCKER_USERNAME }}
1313
password: ${{ secrets.DOCKER_PASSWORD }}
14+
tagging: true

0 commit comments

Comments
 (0)