build: Push to Docker :edge tag for infrastructure builds

This commit is contained in:
Jakob Borg 2023-10-26 15:09:13 +02:00
parent 58bd931d90
commit 6d30c109e4
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ jobs:
docker-syncthing:
name: Build and push Docker images
runs-on: ubuntu-latest
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/release' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release-'))
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/release' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/infrastructure' || startsWith(github.ref, 'refs/heads/release-'))
environment: docker
strategy:
matrix: