Skip to content

Commit 3cf8052

Browse files
committed
refactor: simplify package outputs logic
1 parent 407f405 commit 3cf8052

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212
IMAGE_NAME: ${{ github.repository }}
1313

1414
jobs:
15-
# Job for AMD64 architecture
1615
build-amd64:
1716
runs-on: ubuntu-latest
1817
permissions:
@@ -74,7 +73,6 @@ jobs:
7473
if-no-files-found: error
7574
retention-days: 1
7675

77-
# Job for ARM64 architecture - runs on all events
7876
build-arm64:
7977
runs-on: ubuntu-latest
8078
permissions:
@@ -119,8 +117,7 @@ jobs:
119117
cache-from: type=gha
120118
cache-to: type=gha,mode=max
121119
builder: ${{ steps.buildx.outputs.name }}
122-
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true
123-
120+
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
124121
- name: Export ARM64 digest
125122
run: |
126123
mkdir -p /tmp/digests

0 commit comments

Comments
 (0)