Skip to content

Commit

Permalink
Actually look at logs to see what went wrong?
Browse files Browse the repository at this point in the history
  • Loading branch information
leee committed Dec 7, 2023
1 parent 41508be commit 24f4f7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
build:
runs-on: ubuntu-latest
container: debian:bullseye
steps:
- uses: actions/checkout@v3
- name: Build production deployment
run: |
podman build --build-arg GIT_BRANCH=$(git rev-parse HEAD) --file deploy/Dockerfile .
podman build --build-arg GIT_BRANCH=${GITHUB_REF##*/} --file deploy/Dockerfile .

0 comments on commit 24f4f7b

Please sign in to comment.