Skip to content

Commit

Permalink
Merge pull request #89 from FriendsOfREDAXO/schuer-update-github-actions
Browse files Browse the repository at this point in the history
CI: update github actions
  • Loading branch information
schuer authored Sep 22, 2024
2 parents d16e984 + 6d78169 commit 76e602a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Build and push
# https://github.com/marketplace/actions/build-and-push-docker-images
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./images/${{ matrix.image }}
platforms: linux/amd64,linux/arm64
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

- name: Delete untagged containers from GitHub Container Registry
# https://github.com/marketplace/actions/delete-untagged-ghcr
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
uses: Chizkiyahu/delete-untagged-ghcr-action@v4
with:
token: ${{ secrets.GH_PACKAGES }}
untagged_only: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Build and push
# https://github.com/marketplace/actions/build-and-push-docker-images
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./images/${{ matrix.image }}
load: true
Expand Down

0 comments on commit 76e602a

Please sign in to comment.