Skip to content

Commit

Permalink
envvar hail mary
Browse files Browse the repository at this point in the history
  • Loading branch information
leee committed Dec 7, 2023
1 parent ec2e627 commit 88b2f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build production deployment
run: podman build --build-arg GIT_BRANCH=${GITHUB_REF##*/} --file deploy/Dockerfile .
run: env GIT_BRANCH=$(git rev-parse HEAD) podman build --build-arg GIT_BRANCH --file deploy/Dockerfile .

0 comments on commit 88b2f9d

Please sign in to comment.