Skip to content

Commit

Permalink
fixup! Docker build-context
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Nov 26, 2023
1 parent a794f78 commit fa7c0af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maintenance-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
target: runtime
file: docker/ubuntu.Dockerfile
build-contexts: |
crystal_targz=artifacts/crystal-${{ env.CRYSTAL_VERSION }}-1-linux-${{ matrix.arch }}.tar.gz
tarball=artifacts/
push: false
load: true
tags: "${{ env.tag }}"
Expand All @@ -108,7 +108,7 @@ jobs:
target: build
file: docker/ubuntu.Dockerfile
build-contexts: |
crystal_targz=artifacts/crystal-${{ env.CRYSTAL_VERSION }}-1-linux-${{ matrix.arch }}.tar.gz
tarball=artifacts/
push: false
load: true
tags: "${{ env.tag }}-build"
Expand All @@ -120,7 +120,7 @@ jobs:
target: runtime
file: docker/alpine.Dockerfile
build-contexts: |
crystal_targz=artifacts/crystal-${{ env.CRYSTAL_VERSION }}-1-linux-${{ matrix.arch }}.tar.gz
tarball=artifacts/
push: false
load: true
tags: "${{ env.tag }}-alpine"
Expand All @@ -132,7 +132,7 @@ jobs:
target: build
file: docker/alpine.Dockerfile
build-contexts: |
crystal_targz=artifacts/crystal-${{ env.CRYSTAL_VERSION }}-1-linux-${{ matrix.arch }}.tar.gz
tarball=artifacts/
push: false
load: true
tags: "${{ env.tag }}-alpine-build"
Expand Down

0 comments on commit fa7c0af

Please sign in to comment.