Use master > main

This commit is contained in:
2025-12-09 15:56:59 +01:00
parent 647b87a820
commit d40b77c98f

View File

@@ -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 }}