Don't try to push images to Mastodon's dockerhub (#2540)

th-new
Claire 2023-12-22 12:13:53 +01:00 committed by GitHub
parent d4c87ff5b8
commit 5bd61a3fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -51,7 +51,6 @@ jobs:
use_native_arm64_builder: false
cache: false
push_to_images: |
tootsuite/mastodon-streaming
ghcr.io/mastodon/mastodon-streaming
version_prerelease: ${{ needs.compute-suffix.outputs.prerelease }}
labels: |

View File

@ -36,7 +36,6 @@ jobs:
platforms: linux/amd64,linux/arm64
use_native_arm64_builder: false
push_to_images: |
tootsuite/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
cache: false