Skip to content

Commit 361d8c2

Browse files
Andrej SajenkoAndrej Sajenko
Andrej Sajenko
authored and
Andrej Sajenko
committed
use git tag as docker tag
1 parent 45705f4 commit 361d8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: mr-smithers-excellent/docker-build-push@v4
5656
with:
5757
image: asjn83/demo
58-
tag: latest
58+
tag: ${{ github.ref_name }}
5959
registry: docker.io
6060
username: ${{ secrets.DOCKER_USERNAME }}
6161
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)