Skip to content

Commit 346b852

Browse files
committed
ci: ensure latest tag pushed for latest image
1 parent 74825a8 commit 346b852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
context: .
8080
file: ${{ matrix.dockerfile }}
8181
push: true
82-
tags: ${{ steps.meta.outputs.tags }}
82+
tags: ${{ matrix.image == 'latest' && format('{0}\n{1}', steps.meta.outputs.tags, 'ghcr.io/geocompx/latest') || steps.meta.outputs.tags }}
8383
labels: ${{ steps.meta.outputs.labels }}
8484
secrets: |
8585
"GITHUB_PAT=${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)