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 48a71c4 commit 368ce08Copy full SHA for 368ce08
1 file changed
.github/workflows/release.yaml
@@ -32,3 +32,5 @@ jobs:
32
build-args: |
33
FIREBASE_VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
34
push: true
35
+ tags: ${{ steps.meta.outputs.tags }}
36
+ labels: ${{ steps.meta.outputs.labels }}
0 commit comments