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 519916f commit f22ef95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .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,8 +41,6 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
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
4 changes: 2 additions & 2 deletions .github/workflows/release-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
ref: nightly
ref: develop
fetch-depth: 0

- name: Create Release Commit and Synchronize Branches
Expand All @@ -55,7 +55,7 @@ jobs:
git add VERSION
git commit -m "${{ vars.NAME }} Release ${NEW_VERSION}"
git push origin develop
git push origin refs/heads/nightly:refs/heads/main
git push origin refs/heads/develop:refs/heads/main
- name: Discord Success Notification
uses: Kometa-Team/discord-notifications@master
Expand Down

0 comments on commit f22ef95

Please sign in to comment.