Skip to content

Commit

Permalink
update gh workflow to include v<tab> syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rmg55 committed Feb 19, 2021
1 parent e1b0676 commit 1839fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_im_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: rowangaffney/data_science_im_rs:${{steps.vars.outputs.tag}}
tags: rowangaffney/data_science_im_rs:v${{steps.vars.outputs.tag}}
# cache-from: type=local,src=/tmp/.buildx-cache
# cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit 1839fe7

Please sign in to comment.