We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d8bf7 commit e287e89Copy full SHA for e287e89
.github/workflows/build_multi_arch_image.yml
@@ -131,6 +131,7 @@ jobs:
131
run: |
132
echo "Pushing image..."
133
docker push "ghcr.io/nhsdigital/eps-devcontainers/${CONTAINER_NAME}:${DOCKER_TAG}-${ARCHITECTURE}"
134
+ echo "Tagging image with build timestamp annotation..."
135
BUILD_TIMESTAMP=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
136
export BUILD_TIMESTAMP
137
docker buildx imagetools create \
0 commit comments