Skip to content

Commit a8bc306

Browse files
ci: fix docker image generation
1 parent ae3314f commit a8bc306

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/metadata-action@v5
2828
with:
2929
images: |
30-
blossomlabs/blobscan-api
30+
blossomlabs/chunkstorm
3131
tags: |
3232
type=semver,pattern={{version}}
3333
type=semver,pattern={{major}}.{{minor}}
@@ -38,6 +38,5 @@ jobs:
3838
with:
3939
context: .
4040
push: true
41-
target: api
4241
tags: ${{ steps.meta_api.outputs.tags }}
4342
labels: ${{ steps.meta_api.outputs.labels }}

0 commit comments

Comments
 (0)