Skip to content

Commit

Permalink
feat: Change the repository build argument to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
staticaland authored Jan 26, 2024
1 parent 7eff07e commit 0536e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ 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'] }}
REPOSITORY=${{ github.repository }}
GITHUB_REPOSITORY=${{ github.repository }}
GIT_COMMIT_SHA=${{ github.sha }}
GIT_BEFORE_SHA=${{ github.event.before }}
GIT_AFTER_SHA=${{ github.event.after }}
Expand Down

0 comments on commit 0536e3b

Please sign in to comment.