Skip to content

Commit

Permalink
fix context for docker builds
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
  • Loading branch information
jeefy committed Oct 10, 2024
1 parent 328c539 commit d983826
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@v3
with:
context: .
context: ci/gha-runner-image/
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand All @@ -95,7 +95,7 @@ jobs:
id: build-and-push-openeuler
uses: docker/build-push-action@v3
with:
context: .
context: ci/gha-runner-image/
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: |
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
id: build-and-push-openeuler
uses: docker/build-push-action@v3
with:
context: .
context: ci/gha-runner-image/
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: |
Expand Down

0 comments on commit d983826

Please sign in to comment.