Skip to content

Commit 40f117a

Browse files
committed
bump ci stuff
1 parent 9aa43e5 commit 40f117a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix: ${{ steps.set-matrix.outputs.matrix }}
1111
steps:
1212
- id: set-matrix
13-
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.2022.03.02.08\", \"arch\":\"arm64\"}] }"
13+
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.2023.12.14.13\", \"arch\":\"arm64\"}] }"
1414

1515

1616
containers:
@@ -34,12 +34,12 @@ jobs:
3434
echo "ref" ${{ github.ref }}
3535
- name: Setup Docker Buildx
3636
id: buildx
37-
uses: docker/setup-buildx-action@v1
37+
uses: docker/setup-buildx-action@v3
3838
with:
3939
version: latest
4040
- if: ${{ env.PUSH_PACKAGES == 'true' }}
4141
name: Login to GitHub Container Registry
42-
uses: docker/login-action@v1
42+
uses: docker/login-action@v3
4343
with:
4444
registry: ghcr.io
4545
username: ${{ github.repository_owner }}
@@ -54,7 +54,7 @@ jobs:
5454
echo ::set-output name=BUILD_DATE::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
5555
echo ::set-output name=VERSION::${VERSION}
5656
- name: Build image
57-
uses: docker/build-push-action@v2
57+
uses: docker/build-push-action@v5
5858
with:
5959
push: ${{ env.PUSH_PACKAGES == 'true' }}
6060
builder: ${{ steps.buildx.outputs.name }}

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ containers are often quite slow.
4242
4. Push the containers
4343

4444
::
45+
4546
$ ./push.sh pdal-lambda

0 commit comments

Comments
 (0)