We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414cc22 commit 2504427Copy full SHA for 2504427
.github/workflows/release.yml
@@ -87,8 +87,8 @@ jobs:
87
file: Dockerfile
88
platforms: linux/amd64,linux/arm64
89
push: true
90
- tags: ${{ steps.meta.outputs.tags }}
91
- labels: ${{ steps.meta.outputs.labels }}
+ tags: ${{ steps.meta-default.outputs.tags }}
+ labels: ${{ steps.meta-default.outputs.labels }}
92
build-args: PYTEZOS=0
93
94
- name: Publish stable image (pytezos)
0 commit comments