2 Commits

Author SHA1 Message Date
danielvici123
c2456a7ac0 Update .gitea/workflows/build-image.yml
All checks were successful
Release Docker Image / Push Docker image to Registry (push) Successful in 1m50s
Build and Release / Build All Platforms (push) Successful in 2m2s
2026-06-09 19:16:41 +00:00
danielvici123
c68be2a9f5 ci: Remove Docker build caching 2026-06-09 21:11:26 +02:00

View File

@@ -24,7 +24,7 @@ jobs:
with:
registry: git.danielvici.com
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract Docker tags
id: meta
@@ -49,6 +49,4 @@ jobs:
context: .
push: true
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.meta.outputs.tags }}