mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-23 20:14:05 +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
|
- uses: docker/metadata-action@v3
|
||||||
id: meta
|
id: meta
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/${{ github.repository_owner }}/mastodon
|
images: ghcr.io/${{ github.repository_owner }}/catstodon
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=true
|
latest=true
|
||||||
tags: |
|
tags: |
|
||||||
|
@ -39,5 +39,5 @@ jobs:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
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
|
cache-to: type=inline
|
||||||
|
|
Loading…
Reference in a new issue