Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Nov 18, 2024
1 parent 813add0 commit 94581eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
file: Dockerfile.builder
context: .
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
push: true
build-args: |
BASE_IMAGE_RELEASE=22.04
Expand All @@ -53,7 +53,7 @@ jobs:
with:
file: Dockerfile
context: .
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
build-args: |
BRANCH=${{ env.imagetag }}
push: true
Expand Down

0 comments on commit 94581eb

Please sign in to comment.