Skip to content

Commit

Permalink
adapt build.yml to work from forked repo
Browse files Browse the repository at this point in the history
  • Loading branch information
myhau committed Jun 13, 2024
1 parent 89dc9f1 commit 2bf3f5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: docker/metadata-action@v3
id: meta
with:
images: ${{ env.REGISTRY }}/goccy/bigquery-emulator
images: ${{ env.REGISTRY }}/myhau/bigquery-emulator
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down Expand Up @@ -47,3 +47,4 @@ jobs:
cache-from: type=local,src=~/.cache/go-build
build-args: |
VERSION=v${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
BUILDPLATFORM=amd64

0 comments on commit 2bf3f5e

Please sign in to comment.