mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-06 22:33:42 +01:00
GitHub Actions: Update build-image URL
This commit is contained in:
parent
394a536ae0
commit
4eecee4bfc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-image.yml
vendored
4
.github/workflows/build-image.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue