Skip to content

Commit

Permalink
actions: don't use the deleted Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed Sep 4, 2024
1 parent 514066e commit 2e5694b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.multiarch
platforms: linux/amd64,linux/arm64
push: true
tags: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.multiarch
platforms: linux/amd64
push: false
tags: |
Expand Down

0 comments on commit 2e5694b

Please sign in to comment.