[geos-commits] [SCM] GEOS branch main updated. d70705901a6a2720acea7edfa7cc081d56b3db51

git at osgeo.org git at osgeo.org
Thu May 18 14:58:49 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  d70705901a6a2720acea7edfa7cc081d56b3db51 (commit)
      from  59af84e97112b4bae89b16cacf3550cb56fd8e5c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d70705901a6a2720acea7edfa7cc081d56b3db51
Author: Mike Taves <mwtoews at gmail.com>
Date:   Fri May 19 09:57:52 2023 +1200

    Upgrade GH actions for container.yml

diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 607a45a0e..b6983a3be 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -26,10 +26,10 @@ jobs:
       uses: actions/checkout at v3
 
     - name: Set up Docker Buildx
-      uses: docker/setup-buildx-action at v1
+      uses: docker/setup-buildx-action at v2
 
     - name: Login to GitHub Container Registry
-      uses: docker/login-action at v1
+      uses: docker/login-action at v2
       with:
         registry: ghcr.io
         username: ${{ github.repository_owner }}
@@ -40,7 +40,7 @@ jobs:
         cp tools/ci/geosop/Dockerfile .
 
     - name: Build and Push
-      uses: docker/build-push-action at v2
+      uses: docker/build-push-action at v4
       with:
         context: .
         # platforms: linux/amd64,linux/arm64

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/container.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list