Skip to content

Commit

Permalink
Add labels and tags to docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
gugahoi committed Aug 5, 2021
1 parent 48a71c4 commit 368ce08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jobs:
build-args: |
FIREBASE_VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 368ce08

Please sign in to comment.