From 410eb34aaf861d35c876bb439dbce59db2af8277 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 2 Aug 2026 20:45:51 -0400 Subject: [PATCH] Also match 'main' into tag 'latest' --- .github/workflows/publish-docker-image.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-docker-image.yaml b/.github/workflows/publish-docker-image.yaml index ab3f6c1..3104880 100644 --- a/.github/workflows/publish-docker-image.yaml +++ b/.github/workflows/publish-docker-image.yaml @@ -28,6 +28,7 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=match,pattern=\d.\d.\d,value=latest + type=match,pattern=main,value=latest - name: Build and push uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: @@ -58,6 +59,7 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=match,pattern=\d.\d.\d,value=latest + type=match,pattern=main,value=latest - name: Build and push uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: