Skip to content

Commit

Permalink
use context variable for created annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Feb 19, 2024
1 parent fa8ed34 commit 1f35d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
org.opencontainers.image.documentation=https://github.com/nam20485/OdbDesign?tab=readme-ov-file
org.opencontainers.image.version=${{ github.ref_name }}-${{github.run_number}}
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.created=${CURRENT_DATETIME}
org.opencontainers.image.created=${{ env.CURRENT_DATETIME }}
org.opencontainers.image.title=OdbDesign Server
# Build and push Docker image with Buildx (don't push on PR)
Expand Down

0 comments on commit 1f35d8e

Please sign in to comment.