fix ref event
Some checks failed
Push Docker Image to gitea Container Repository / build-and-push (push) Failing after 17s

This commit is contained in:
sim1222 2025-01-16 03:34:21 +09:00
parent 5269db4668
commit 5f978e05a9
Signed by: sim1222
GPG Key ID: D1AE30E316E44E5D

View File

@ -30,7 +30,7 @@ jobs:
tags: | tags: |
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }} type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
type=sha type=sha
type=ref type=ref,event=push
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5