We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3314f commit a8bc306Copy full SHA for a8bc306
.github/workflows/docker.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: docker/metadata-action@v5
28
with:
29
images: |
30
- blossomlabs/blobscan-api
+ blossomlabs/chunkstorm
31
tags: |
32
type=semver,pattern={{version}}
33
type=semver,pattern={{major}}.{{minor}}
@@ -38,6 +38,5 @@ jobs:
38
39
context: .
40
push: true
41
- target: api
42
tags: ${{ steps.meta_api.outputs.tags }}
43
labels: ${{ steps.meta_api.outputs.labels }}
0 commit comments