Skip to content

Commit

Permalink
fix(CI): use raw type tag to get latest tag meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
MagneticNeedle authored Jul 10, 2023
1 parent e76b82f commit af5fddf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/${{ env.BRANCH_NAME }}
flavor: |
latest=true
tags: |
type=raw,value=latest,enable=true
# mark all as latest
# ghcr.io/battlefield-portal-community/bfportal.gg/production:latest

- name: Set up Docker Buildx
Expand Down

0 comments on commit af5fddf

Please sign in to comment.