Skip to content

Commit 3114925

Browse files
authored
Merge pull request #8 from elgohr-update/main
Updated elgohr/Publish-Docker-Github-Action to a supported version (v5)
2 parents d31b945 + 0689711 commit 3114925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build the Docker image
2626
run: docker build -t koloooo/monhttp:$(cat version) -t koloooo/monhttp:latest .
2727
- name: Publish to Registry
28-
uses: elgohr/Publish-Docker-Github-Action@master
28+
uses: elgohr/Publish-Docker-Github-Action@v5
2929
with:
3030
name: koloooo/monhttp
3131
username: ${{ secrets.DOCKER_USERNAME }}

.github/workflows/snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build the Docker image
2424
run: docker build -t koloooo/monhttp:$(cat version) .
2525
- name: Publish to Registry
26-
uses: elgohr/Publish-Docker-Github-Action@master
26+
uses: elgohr/Publish-Docker-Github-Action@v5
2727
with:
2828
name: koloooo/monhttp
2929
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)