Skip to content

Commit d429e60

Browse files
committed
workflow update
1 parent 08be2d2 commit d429e60

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/docker-latest.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434
with:
3535
context: ./
3636
file: ./Dockerfile
37-
platforms: linux/amd64,linux/arm64,linux/arm/v7
37+
platforms: linux/amd64,linux/arm64
3838
push: true
3939
tags: ${{ vars.DOCKER_TEAM }}/${{ vars.DOCKER_REPO }}:latest
40+
cache-from: type=gha
41+
cache-to: type=gha,mode=max
4042

4143
- name: Discord Success Notification
4244
uses: Kometa-Team/discord-notifications@master

.github/workflows/docker-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
context: ./
4444
file: ./Dockerfile
45-
platforms: linux/amd64,linux/arm64,linux/arm/v7
45+
platforms: linux/amd64,linux/arm64
4646
push: true
4747
tags: ${{ vars.DOCKER_TEAM }}/${{ vars.DOCKER_REPO }}:${{ steps.get_version.outputs.VERSION }}
4848
cache-from: type=gha

0 commit comments

Comments
 (0)