pathing problem?
Build & Push Docker image / build-and-push (push) Failing after 1m49s
ci / build_linux (push) Failing after 1m38s

This commit is contained in:
2025-11-07 22:06:25 +10:30
parent 7c6fba9b3f
commit b9370eb2d5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
file: ${{ github.repository }}/Dockerfile
push: true
tags: |
${{ vars.REGISTRY_HOST }}/${{ steps.github_repository_to_lowercase.outputs.lowercase }}:${{ github.sha }}
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
file: ${{ github.repository }}/Dockerfile
# do not push yet
push: false
tags: |