mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 16:28:59 +00:00
Don't try to push images to Mastodon's dockerhub (#2540)
This commit is contained in:
1
.github/workflows/build-nightly.yml
vendored
1
.github/workflows/build-nightly.yml
vendored
@@ -51,7 +51,6 @@ jobs:
|
|||||||
use_native_arm64_builder: false
|
use_native_arm64_builder: false
|
||||||
cache: false
|
cache: false
|
||||||
push_to_images: |
|
push_to_images: |
|
||||||
tootsuite/mastodon-streaming
|
|
||||||
ghcr.io/mastodon/mastodon-streaming
|
ghcr.io/mastodon/mastodon-streaming
|
||||||
version_prerelease: ${{ needs.compute-suffix.outputs.prerelease }}
|
version_prerelease: ${{ needs.compute-suffix.outputs.prerelease }}
|
||||||
labels: |
|
labels: |
|
||||||
|
|||||||
1
.github/workflows/build-releases.yml
vendored
1
.github/workflows/build-releases.yml
vendored
@@ -36,7 +36,6 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
use_native_arm64_builder: false
|
use_native_arm64_builder: false
|
||||||
push_to_images: |
|
push_to_images: |
|
||||||
tootsuite/mastodon-streaming
|
|
||||||
ghcr.io/mastodon/mastodon-streaming
|
ghcr.io/mastodon/mastodon-streaming
|
||||||
# Do not use cache when building releases, so apt update is always ran and the release always contain the latest packages
|
# Do not use cache when building releases, so apt update is always ran and the release always contain the latest packages
|
||||||
cache: false
|
cache: false
|
||||||
|
|||||||
Reference in New Issue
Block a user