From 1f35d8ed9080cc7e4533329ab3dadf27531d43e4 Mon Sep 17 00:00:00 2001 From: Nathan Miller Date: Sun, 18 Feb 2024 16:15:52 -0800 Subject: [PATCH] use context variable for created annotation --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 676dd9a8..6ffb0f1e 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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)