Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewh committed Aug 25, 2024
1 parent b59e7c6 commit bf1fb3e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
- uses: docker/[email protected]
with:
driver-opts: image=moby/buildkit
- uses: docker/[email protected]
id: meta
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=sha,format=long
type=semver,pattern={{version}}
- uses: docker/[email protected]
if: github.event_name != 'pull_request'
with:
Expand Down Expand Up @@ -51,6 +58,7 @@ jobs:
if: github.event_name != 'pull_request'
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64
provenance: false
cache-from: type=gha
Expand Down Expand Up @@ -83,6 +91,14 @@ jobs:
with:
driver-opts: image=moby/buildkit

- uses: docker/[email protected]
id: meta
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=sha,format=long
type=semver,pattern={{version}}
- uses: docker/[email protected]
if: github.event_name != 'pull_request'
with:
Expand All @@ -106,6 +122,7 @@ jobs:
if: github.event_name != 'pull_request'
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/arm64
provenance: false
cache-from: type=gha
Expand Down

0 comments on commit bf1fb3e

Please sign in to comment.