Skip to content

Commit b588cb7

Browse files
committed
Update image name
1 parent 32c5b2f commit b588cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
fetch-depth: 0
6666
- name: Build release image
6767
run: |
68-
docker build -t ghcr.io/neuro-inc/${{ needs.info.outputs.name }}:latest .
68+
docker build -t ${{ needs.info.outputs.name }} .
6969
- name: Store image in run's artifacts
7070
uses: neuro-inc/[email protected]
7171
with:

0 commit comments

Comments
 (0)