sha as tag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user