Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 14, 2024
1 parent fde9d58 commit 9b1330a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
permissions:
packages: write
steps:
- name: Delete image
- name: Delete not tagged refs
uses: bots-house/ghcr-delete-image-action@v1.1.0
with:
owner: wdes
name: mail-autodiscover-autoconfig/mail-autodiscover-autoconfig
token: ${{ secrets.GITHUB_TOKEN }}
# Keep latest N untagged images
untagged-keep-latest: 0
untagged-keep-latest: 1

build-binaries:
name: Build multi arch binaries (${{ matrix.arch }}-${{ matrix.variant }}) for ${{ matrix.os }}
Expand Down

0 comments on commit 9b1330a

Please sign in to comment.