test 2
Some checks failed
Build and Push Docker Image / build (push) Failing after 8s

This commit is contained in:
2025-10-23 15:43:10 -07:00
parent 6192b18a49
commit 1b0631d4e8

View File

@@ -30,7 +30,7 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: | tags: >-
calahilstudios/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest calahilstudios/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
calahilstudios/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }} calahilstudios/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }}
${{ github.event.ref_type == 'tag' && github.ref_name.startsWith('v') && format('calahilstudios/{0}/{1}:{2}', github.repository_owner, github.event.repository.name, github.ref_name) || '' }} ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') && format('calahilstudios/{0}/{1}:{2}', github.repository_owner, github.event.repository.name, github.ref_name) }}