Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Sep 23, 2024
1 parent c5168fb commit 08be2d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./Dockerfile
Expand All @@ -41,6 +41,8 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ vars.DOCKER_TEAM }}/${{ vars.DOCKER_REPO }}:develop
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Discord Success Notification
uses: Kometa-Team/discord-notifications@master
Expand Down

0 comments on commit 08be2d2

Please sign in to comment.