Skip to content

Commit

Permalink
fix: Remove non-functional IMAGE_DIGEST (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvark authored Feb 13, 2024
1 parent 7e9676a commit 167e598
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reusable-docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ on:

build_args:
description: >
List of build-time variables. `IMAGE_CREATED_DATETIME`, `IMAGE_VERSION`, `IMAGE_REVISION` and `IMAGE_DIGEST` are added automatically.
List of build-time variables. `IMAGE_CREATED_DATETIME`, `IMAGE_VERSION` and `IMAGE_REVISION` are added automatically.
required: false
type: string

Expand Down Expand Up @@ -247,7 +247,6 @@ jobs:
IMAGE_CREATED_DATETIME=${{ fromJSON(steps.docker-meta.outputs.json).labels['org.opencontainers.image.created'] }}
IMAGE_VERSION=${{ fromJSON(steps.docker-meta.outputs.json).labels['org.opencontainers.image.version'] }}
IMAGE_REVISION=${{ fromJSON(steps.docker-meta.outputs.json).labels['org.opencontainers.image.revision'] }}
IMAGE_DIGEST=${{ fromJSON(steps.docker-meta.outputs.json).labels['org.opencontainers.image.digest'] }}
GITHUB_REPOSITORY=${{ github.repository }}
GIT_COMMIT_SHA=${{ github.sha }}
GIT_BEFORE_SHA=${{ github.event.before }}
Expand Down

0 comments on commit 167e598

Please sign in to comment.