Skip to content

Commit

Permalink
Sanity-check docker build works not using Podman
Browse files Browse the repository at this point in the history
  • Loading branch information
leee committed Dec 7, 2023
1 parent b27246d commit a83443b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
- uses: actions/checkout@v3
- name: Build production deployment
run: |
GIT_BRANCH=${GITHUB_REF##*/}
podman build --build-arg GIT_BRANCH --file deploy/Dockerfile .
docker build --build-arg GIT_BRANCH=${GITHUB_REF##*/} -f deploy/Dockerfile .
# GIT_BRANCH=${GITHUB_REF##*/}
# podman build --build-arg GIT_BRANCH --file deploy/Dockerfile .

0 comments on commit a83443b

Please sign in to comment.