Skip to content

Commit

Permalink
Revert "Update docker-image.yml"
Browse files Browse the repository at this point in the history
This reverts commit caef769.
  • Loading branch information
LizenzFass78851 committed Sep 2, 2023
1 parent caef769 commit 775669f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
IMAGE_TAG: ${{ github.sha }}

jobs:
build_amd64_arm64:
build_amd64:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
build-args: GH_TOKEN=${{ github.token }}
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64
cache-to: type=gha,mode=max,ignore-error=true
cache-from: type=gha
push: true
Expand Down

0 comments on commit 775669f

Please sign in to comment.