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 22b2320 commit fbf2e3fCopy full SHA for fbf2e3f
.github/workflows/deploy.yaml
@@ -58,7 +58,7 @@ jobs:
58
context: "{{defaultContext}}"
59
file: ./Dockerfile_with_multi_stage
60
push: true
61
- tags: " shivanij2304/python-multi-stage-github-actions: ${{github.sha }}"
+ tags: ${{ steps.meta.outputs.tags }}
62
labels: ${{ steps.meta.outputs.labels }}
63
stop-runner:
64
name: Stop self-hosted EC2 runner
0 commit comments