Skip to content

Commit

Permalink
Let's just use Fedora instead?
Browse files Browse the repository at this point in the history
  • Loading branch information
leee committed Dec 7, 2023
1 parent 88b2f9d commit e367757
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:32
steps:
- run: dnf install -y podman
- uses: actions/checkout@v3
- name: Build production deployment
run: env GIT_BRANCH=$(git rev-parse HEAD) podman build --build-arg GIT_BRANCH --file deploy/Dockerfile .
run: podman build --build-arg GIT_BRANCH=$(git rev-parse HEAD) --file deploy/Dockerfile .

0 comments on commit e367757

Please sign in to comment.