| group: ${{ github.head_ref || github.run_id }} |
| - uses: docker/setup-qemu-action@v3 |
| - uses: docker/setup-buildx-action@v3 |
| - uses: actions/checkout@v4 |
| - uses: docker/metadata-action@v5 |
| images: ghcr.io/vexxhost/staffeln |
| - uses: docker/login-action@v3 |
| if: github.event_name != 'pull_request' |
| username: ${{ github.actor }} |
| password: ${{ secrets.GITHUB_TOKEN }} |
| - uses: docker/build-push-action@v5 |
| push: ${{ github.event_name != 'pull_request' }} |
| labels: ${{ steps.meta.outputs.labels }} |
| tags: ${{ steps.meta.outputs.tags }} |