GitHub Actions: Update build-image URL

This commit is contained in:
Jeremy Kescher 2022-06-05 12:41:15 +02:00
parent 394a536ae0
commit 4eecee4bfc
No known key found for this signature in database
GPG key ID: 48DFE4BB15BA5940

View file

@ -26,7 +26,7 @@ jobs:
- uses: docker/metadata-action@v3
id: meta
with:
images: ghcr.io/${{ github.repository_owner }}/mastodon
images: ghcr.io/${{ github.repository_owner }}/catstodon
flavor: |
latest=true
tags: |
@ -39,5 +39,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/mastodon:latest
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/catstodon:latest
cache-to: type=inline