Skip to content

Commit

Permalink
fix(CI): set correct flavor in meta-data action (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
MagneticNeedle authored Jul 10, 2023
2 parents 683264e + b7ddaa0 commit e76b82f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/${{ env.BRANCH_NAME }}:latest
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/${{ env.BRANCH_NAME }}
flavor: |
latest=true
# ghcr.io/battlefield-portal-community/bfportal.gg/production:latest

- name: Set up Docker Buildx
Expand Down

0 comments on commit e76b82f

Please sign in to comment.