Skip to content

Commit b2dd755

Browse files
authored
chore: update action Publish-Docker-Github-Action to v5
1 parent 00a33dd commit b2dd755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
id: get_version
1111
run: echo ::set-output name=VERSION::$(node -e "console.log(require('./package.json').version)")
1212
- name: Publish
13-
uses: elgohr/Publish-Docker-Github-Action@master
13+
uses: elgohr/Publish-Docker-Github-Action@v5
1414
with:
1515
name: fonoster/nodejs-processor
1616
username: ${{ secrets.DOCKER_HUB_USERNAME }}

0 commit comments

Comments
 (0)