Skip to content

Commit

Permalink
Fix build info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Feb 29, 2024
1 parent cbaa0d5 commit 15e011a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
with:
file: Dockerfile
build-args: |
BUILD_REPO=$GITHUB_REPOSITORY
BUILD_REF=$GITHUB_REF_NAME
BUILD_COMMIT=$GITHUB_SHA
GITHUB_REF_NAME=$GITHUB_REF_NAME
GITHUB_REPOSITORY=$GITHUB_REPOSITORY
GITHUB_SHA=$GITHUB_SHA
target: app
tags: |
${{ inputs.registry }}/ptime/${{ inputs.project_name }}:latest
Expand Down

0 comments on commit 15e011a

Please sign in to comment.