Skip to content

Commit

Permalink
Don't try to push images to Mastodon's dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Dec 22, 2023
1 parent d4c87ff commit 89d2ba4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89d2ba4

Please sign in to comment.