Skip to content

Commit

Permalink
Add tags to metadata step
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseCares committed Jan 27, 2024
1 parent 7aa5665 commit eda99da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ jobs:
images: |
seaduboi/broadcast-box
ghcr.io/${{ github.repository }}
tags: |
type=raw,value=latest
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: |
type=raw,value=latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit eda99da

Please sign in to comment.