Skip to content

Commit 08be2d2

Browse files
committed
update workflow
1 parent c5168fb commit 08be2d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-develop.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Build and push
3434
id: docker_build
35-
uses: docker/build-push-action@v5
35+
uses: docker/build-push-action@v6
3636
with:
3737
context: ./
3838
file: ./Dockerfile
@@ -41,6 +41,8 @@ jobs:
4141
platforms: linux/amd64,linux/arm64
4242
push: true
4343
tags: ${{ vars.DOCKER_TEAM }}/${{ vars.DOCKER_REPO }}:develop
44+
cache-from: type=gha
45+
cache-to: type=gha,mode=max
4446

4547
- name: Discord Success Notification
4648
uses: Kometa-Team/discord-notifications@master

0 commit comments

Comments
 (0)