[geos-commits] [SCM] GEOS branch main updated. 4efe878b1291ccc7bb80ab976c35559a8883589d
git at osgeo.org
git at osgeo.org
Tue Mar 24 15:03:11 PDT 2026
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 4efe878b1291ccc7bb80ab976c35559a8883589d (commit)
from c7d3c151f0e39faac66091a3ad4510eea6754eba (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 4efe878b1291ccc7bb80ab976c35559a8883589d
Author: Mike Taves <mwtoews at gmail.com>
Date: Wed Mar 25 11:02:45 2026 +1300
Label pushes to 'main' branch as 'latest'; remove sha prefix
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 0c755d659..42a93ec20 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -33,10 +33,11 @@ jobs:
images: ghcr.io/libgeos/geosop
# generate Docker tags based on the following events/attributes
tags: |
- type=ref,event=branch
+ # set latest tag for main branch
+ type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{version}}
- type=sha
+ type=sha,prefix=
- name: Login to GitHub Container Registry
uses: docker/login-action at v4
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/container.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list