Skip to content

Commit

Permalink
Drop auth of image build and only build amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Nov 13, 2023
1 parent 243b7df commit debed35
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build image
id: docker_build_test
Expand All @@ -35,7 +29,7 @@ jobs:
context: .
build-args: |
BCC_VERSION=v0.28.0
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64
file: ./docker/Dockerfile
push: false
tags: build

0 comments on commit debed35

Please sign in to comment.