We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d31b945 + 0689711 commit 3114925Copy full SHA for 3114925
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build the Docker image
26
run: docker build -t koloooo/monhttp:$(cat version) -t koloooo/monhttp:latest .
27
- name: Publish to Registry
28
- uses: elgohr/Publish-Docker-Github-Action@master
+ uses: elgohr/Publish-Docker-Github-Action@v5
29
with:
30
name: koloooo/monhttp
31
username: ${{ secrets.DOCKER_USERNAME }}
.github/workflows/snapshot.yml
@@ -23,7 +23,7 @@ jobs:
23
24
run: docker build -t koloooo/monhttp:$(cat version) .
0 commit comments