We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a33dd commit b2dd755Copy full SHA for b2dd755
.github/workflows/gh_docker.yml
@@ -10,7 +10,7 @@ jobs:
10
id: get_version
11
run: echo ::set-output name=VERSION::$(node -e "console.log(require('./package.json').version)")
12
- name: Publish
13
- uses: elgohr/Publish-Docker-Github-Action@master
+ uses: elgohr/Publish-Docker-Github-Action@v5
14
with:
15
name: fonoster/nodejs-processor
16
username: ${{ secrets.DOCKER_HUB_USERNAME }}
0 commit comments