Skip to content

Commit

Permalink
fix: Fix building image for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nikitin committed Jun 30, 2023
1 parent 2c650e9 commit 2352114
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,14 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
file: docker/Dockerfile
platforms: linux/amd64
load: true
target: runner
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=min

- name: Debug if fails
if: failure()
uses: mxschmitt/action-tmate@v3

- name: Push image to GitHub Container Registry
run: docker image push --all-tags ghcr.io/${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit 2352114

Please sign in to comment.