Skip to content

Commit

Permalink
fix: put flavor into with
Browse files Browse the repository at this point in the history
  • Loading branch information
Xylight committed Nov 30, 2023
1 parent fe9e289 commit 78ba480
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ghcr.io/${{ env.IMAGE_NAME }}
flavor: |
latest=${{ !github.event.release.prerelease }}
prefix=
suffix=
flavor: |
latest=${{ !github.event.release.prerelease }}
prefix=
suffix=
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down

0 comments on commit 78ba480

Please sign in to comment.