Skip to content

Commit

Permalink
chore: update action Publish-Docker-Github-Action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders authored Feb 20, 2024
1 parent 00a33dd commit b2dd755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::$(node -e "console.log(require('./package.json').version)")
- name: Publish
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: fonoster/nodejs-processor
username: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand Down

0 comments on commit b2dd755

Please sign in to comment.