m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-08 05:03:49 -05:00

Fix CI workflows

This commit is contained in:
Sergio
2025-03-03 11:23:26 +02:00
parent e7f1921620
commit d5a2556768
2 changed files with 1 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ runs:
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile
file: ./.github/actions/build-image/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}