Skip to content

Commit

Permalink
Fix bug in docker publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yoori committed Nov 23, 2024
1 parent a5bad9d commit d56033a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
strategy:
matrix:
include:
- builder: ubuntu-latest
platform: linux/x86_64
- builder: ubuntu-latest
platform: linux/amd64
- builder: ubuntu-latest
Expand Down Expand Up @@ -83,6 +85,10 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=ref,enable=true,priority=600,prefix=,suffix=,event=tag
type=ref,enable=true,priority=600,prefix=,suffix=,event=branch
labels: |
org.opencontainers.image.title=flare-bypasser
org.opencontainers.image.description=Flare Bypass Server
[email protected]
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand All @@ -95,6 +101,7 @@ jobs:
platforms: ${{ matrix.platform }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit d56033a

Please sign in to comment.