Skip to content

Commit

Permalink
update deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriksen-mark committed Sep 25, 2024
1 parent 351766a commit 5d00e37
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
run: |
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- uses: satackey/action-docker-layer-caching@v0.0.11
continue-on-error: true
with:
key: diyhue-cache-ci-${{ matrix.arch }}-{hash}
restore-keys: |
diyhue-cache-ci-${{ matrix.arch }}-
- name: Build docker image
run: |
docker build -t diyhue/diyhue:ci -f ./.build/Dockerfile --platform=${{ matrix.arch }} --build-arg TARGETPLATFORM=${{ matrix.arch }} .
Expand All @@ -42,7 +35,7 @@ jobs:
docker save --output output.tar diyhue/diyhue:ci
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ci-${{ matrix.arch_friendly }}-${{ github.run_number }}.tar
path: output.tar
Expand All @@ -60,7 +53,7 @@ jobs:
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Download container artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ci-${{ matrix.arch }}-${{ github.run_number }}.tar

Expand Down Expand Up @@ -112,7 +105,7 @@ jobs:
fi
- name: Download container artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ci-${{ matrix.arch }}-${{ github.run_number }}.tar

Expand Down Expand Up @@ -163,7 +156,7 @@ jobs:
fi
- name: Download container artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ci-${{ matrix.arch }}-${{ github.run_number }}.tar

Expand Down

0 comments on commit 5d00e37

Please sign in to comment.