diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 583ffe8..4ba5933 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,7 @@ jobs: images: ghcr.io/${{ github.repository_owner }}/k8s-pvc-tagger tags: | # minimal (short sha). Generates an image tag like `sha-` - type=sha + type=raw,value={{date 'YYYY-MM-DD'}}-{{sha}} - name: login to ghcr.io uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3