Skip to content

Commit 8ecf8fe

Browse files
committed
clean up merge
1 parent f3cc59a commit 8ecf8fe

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix: ${{ steps.set-matrix.outputs.matrix }}
1313
steps:
1414
- id: set-matrix
15-
run: echo "::set-output name=matrix::{\"include\":[{\"type\":\"amd64\",\"image\":\"amazon/aws-lambda-provided:al2\", \"arch\":\"x86_64\"},{\"type\":\"arm64\",\"image\":\"amazon/aws-lambda-provided:al2.2025.07.17.11-arm64\", \"arch\":\"arm64\"}] }"
15+
run: echo "name=matrix::{\"include\":[{\"type\":\"amd64\",\"image\":\"amazon/aws-lambda-provided:al2\", \"arch\":\"x86_64\"},{\"type\":\"arm64\",\"image\":\"amazon/aws-lambda-provided:al2.2025.07.17.11-arm64\", \"arch\":\"arm64\"}] }" >> $GITHUB_OUTPUT
1616

1717
containers:
1818
needs: config
@@ -93,14 +93,10 @@ jobs:
9393
env:
9494
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
9595

96-
97-
- name: Build image
98-
uses: docker/build-push-action@v6
99-
id: push
100-
10196
- name: Build image
10297
uses: docker/build-push-action@v6
10398
with:
99+
id: push
104100
push: ${{ env.PUSH_PACKAGES == 'true' }}
105101
builder: ${{ steps.buildx.outputs.name }}
106102
context: .

0 commit comments

Comments
 (0)