Skip to content

Commit b8966e0

Browse files
authored
fix: docker release job (#176)
1 parent c7ccbaf commit b8966e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
6060
with:
6161
context: .
62-
tags: ${{ steps.meta.outputs.tags }}
62+
tags: ${{ env.REGISTRY_IMAGE }}
6363
labels: ${{ steps.meta.outputs.labels }}
6464
platforms: ${{ matrix.settings.arch }}
6565
outputs: type=image,push-by-digest=true,name-canonical=true,push=true

0 commit comments

Comments
 (0)