Conflicts:
- `.github/workflows/build-image.yml`:
Upstream changed the workflow a bit.
Conflict comes from us pushing to ghcr while upstream pushes to dockerhub.
Ported the upstream changes while still pushing to ghcr.
- uses: docker/setup-buildx-action@v1
- uses: docker/login-action@v1
with:
- username: ${{ secrets.DOCKERHUB_USERNAME }}
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ registry: ghcr.io
+ username: ${{ github.repository_owner }}
+ password: ${{ secrets.GITHUB_TOKEN }}
+ if: github.event_name != 'pull_request'
- uses: docker/metadata-action@v3
id: meta
with:
- 'errors.429'
- 'admin.accounts.roles.*'
- 'admin.action_logs.actions.*'
+ - 'themes.*'
- 'statuses.attached.*'
- 'move_handler.carry_{mutes,blocks}_over_text'
+ - 'notification_mailer.*'
ignore_inconsistent_interpolations:
- '*.one'