Skip to content

Commit

Permalink
fix: add annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Belphemur authored Mar 8, 2024
1 parent bb997ed commit dea543e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,11 @@ jobs:
platforms: ${{ env.PLATFORMS }}
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
VCS_REF=$(git rev-parse --short HEAD)
VERSION=${{ steps.version.outputs.version }}
VERSION=${{ steps.version.outputs.version }}

0 comments on commit dea543e

Please sign in to comment.