remove caching configuration from docker workflow
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 15s

This commit is contained in:
Flavio Fois
2026-03-23 11:54:18 +01:00
parent 1474776304
commit f3d010dbb4

View File

@@ -44,10 +44,13 @@ jobs:
type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}}.{{minor}}
type=sha,prefix=sha-,format=short type=sha,prefix=sha-,format=short
- name: Build and push - name: Extract Docker metadata
uses: docker/build-push-action@v6 id: meta
uses: docker/metadata-action@v5
with: with:
context: . images: ${{ steps.reg.outputs.image }}
push: true tags: |
tags: ${{ steps.meta.outputs.tags }} type=raw,value=latest
labels: ${{ steps.meta.outputs.labels }} type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=sha,prefix=sha-,format=short