Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Oct 15, 2024
1 parent 548d837 commit cf53d57
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
REGISTRY_IMAGE: metacall/guix
GUIX_VERSION: 1.4.0
BUILDKIT_VERSION: 0.13.0

jobs:
build:
name: Build the Docker image
runs-on: ubuntu-latest

env:
REGISTRY_IMAGE: metacall/guix
GUIX_VERSION: 1.4.0
BUILDKIT_VERSION: 0.13.0

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit cf53d57

Please sign in to comment.