From d40b77c98ffe8cb18e58672cab6a551423c49c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Tue, 9 Dec 2025 15:56:59 +0100 Subject: [PATCH] Use master > main --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbb6b5d..58dbd2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log in to Docker Hub - if: github.event_name == 'push' && github.ref == 'refs/heads/main' + if: github.event_name == 'push' && github.ref == 'refs/heads/master' uses: docker/login-action@v3 with: username: kruhlmann @@ -38,7 +38,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} tags: | kruhlmann/imgfloat-j:latest kruhlmann/imgfloat-j:${{ github.sha }}