Skip to content

Commit bca94af

Browse files
fix: chnage publish workflow tag
1 parent 5106ae1 commit bca94af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
uses: docker/build-push-action@v2
3030
with:
3131
push: true
32-
tags: nicpearson/node.express.starter:${{ RELEASE_VERSION }}
32+
tags: nicpearson/node.express.starter:${{ steps.vars.outputs.tag }}
3333
- name: Image digest
3434
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)