Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 97a4e65

Browse files
authored
Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) (#38)
1 parent 4933d62 commit 97a4e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
docker push $IMAGE_ID:$VERSION
2727
2828
- name: Push image to Docker Hub
29-
uses: elgohr/Publish-Docker-Github-Action@master
29+
uses: elgohr/Publish-Docker-Github-Action@v5
3030
with:
3131
name: ${{ github.repository }}
3232
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)