From 40f117a456b12f331bf0c3c34159dbfb7cd73f4f Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Fri, 9 Feb 2024 11:17:31 -0600 Subject: [PATCH] bump ci stuff --- .github/workflows/build.yml | 8 ++++---- README.rst | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e443d9..636447e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - id: set-matrix - 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\"}] }" + 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\"}] }" containers: @@ -34,12 +34,12 @@ jobs: echo "ref" ${{ github.ref }} - name: Setup Docker Buildx id: buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v3 with: version: latest - if: ${{ env.PUSH_PACKAGES == 'true' }} name: Login to GitHub Container Registry - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -54,7 +54,7 @@ jobs: echo ::set-output name=BUILD_DATE::$(date -u +'%Y-%m-%dT%H:%M:%SZ') echo ::set-output name=VERSION::${VERSION} - name: Build image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: push: ${{ env.PUSH_PACKAGES == 'true' }} builder: ${{ steps.buildx.outputs.name }} diff --git a/README.rst b/README.rst index c321b3b..a8560d3 100644 --- a/README.rst +++ b/README.rst @@ -42,4 +42,5 @@ containers are often quite slow. 4. Push the containers :: + $ ./push.sh pdal-lambda \ No newline at end of file