Skip to content

Commit ea065df

Browse files
committed
typo
1 parent b09f920 commit ea065df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,24 @@ jobs:
4242
with:
4343
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
4444

45-
- name: Build and push Docker image
45+
- name: AMD - Build and push Docker image
4646
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
4747
with:
4848
context: .
4949
push: true
5050
build-args: |
51-
TARGETOS:linux
52-
TARGETARCH:amd64
51+
TARGETOS=linux
52+
TARGETARCH=amd64
5353
tags: ${{ steps.meta.outputs.tags }}
5454
labels: ${{ steps.meta.outputs.labels }}
5555

56-
- name: Build and push Docker image
56+
- name: ARM - Build and push Docker image
5757
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
5858
with:
5959
context: .
6060
push: true
6161
build-args: |
62-
TARGETOS:linux
63-
TARGETARCH:arm64
62+
TARGETOS=linux
63+
TARGETARCH=arm64
6464
tags: ${{ steps.meta.outputs.tags }}
6565
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)