s3 upload improvements

This commit is contained in:
Krivopolenov, Artemiy
2026-01-19 19:39:23 +01:00
parent e6d69f59e8
commit bf2c93a084
2 changed files with 7 additions and 26 deletions

View File

@@ -24,7 +24,6 @@ on:
env:
IMAGE_NAME: zola-pwsh-s3
IMAGE_TAG: v2 # Increment this to force new image builds
REGISTRY_HOST: git.dwal.in
jobs:
@@ -52,7 +51,6 @@ 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