Skip to content

Commit

Permalink
Move to artifacts/
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Nov 25, 2023
1 parent 8b366cd commit 62ef058
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/maintenance-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,14 @@ jobs:
uses: actions/download-artifact@v3
with:
name: tarball-${{ matrix.arch }}

- run: ls && ls *
path: artifacts

- name: Build ubuntu runtime image
uses: docker/build-push-action@v5
with:
target: runtime
file: docker/ubuntu.Dockerfile
build-contexts: tarball=builds/
build-contexts: tarball=artifacts/
push: false
load: true
tags: "${{ env.tag }}"
Expand All @@ -99,7 +98,7 @@ jobs:
with:
target: build
file: docker/ubuntu.Dockerfile
build-contexts: tarball=builds/
build-contexts: tarball=artifacts/
push: false
load: true
tags: "${{ env.tag }}-build"
Expand All @@ -109,7 +108,7 @@ jobs:
with:
target: runtime
file: docker/alpine.Dockerfile
build-contexts: tarball=builds/
build-contexts: tarball=artifacts/
push: false
load: true
tags: "${{ env.tag }}-alpine"
Expand All @@ -119,7 +118,7 @@ jobs:
with:
target: build
file: docker/alpine.Dockerfile
build-contexts: tarball=builds/
build-contexts: tarball=artifacts/
push: false
load: true
tags: "${{ env.tag }}-alpine-build"
Expand Down

0 comments on commit 62ef058

Please sign in to comment.