Skip to content

Commit 2504427

Browse files
committed
Fix release pipeline
1 parent 414cc22 commit 2504427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
file: Dockerfile
8888
platforms: linux/amd64,linux/arm64
8989
push: true
90-
tags: ${{ steps.meta.outputs.tags }}
91-
labels: ${{ steps.meta.outputs.labels }}
90+
tags: ${{ steps.meta-default.outputs.tags }}
91+
labels: ${{ steps.meta-default.outputs.labels }}
9292
build-args: PYTEZOS=0
9393

9494
- name: Publish stable image (pytezos)

0 commit comments

Comments
 (0)