sha as tag

This commit is contained in:
Krivopolenov, Artemiy
2026-01-19 19:21:25 +01:00
parent 038c42dff7
commit e6d69f59e8
2 changed files with 6 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ on:
env:
IMAGE_NAME: zola-pwsh-s3
IMAGE_TAG: v2 # Increment this to force new image builds
REGISTRY_HOST: git.dwal.in
jobs:
@@ -51,6 +52,7 @@ jobs:
images: ${{ env.REGISTRY_HOST }}/${{ gitea.repository }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest
type=raw,value=${{ env.IMAGE_TAG }}
type=sha,prefix=
- name: Build and push container image