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 32c5b2f commit b588cb7Copy full SHA for b588cb7
.github/workflows/publish-image.yaml
@@ -65,7 +65,7 @@ jobs:
65
fetch-depth: 0
66
- name: Build release image
67
run: |
68
- docker build -t ghcr.io/neuro-inc/${{ needs.info.outputs.name }}:latest .
+ docker build -t ${{ needs.info.outputs.name }} .
69
- name: Store image in run's artifacts
70
uses: neuro-inc/[email protected]
71
with:
0 commit comments