fix: use current context in release workflows

This commit is contained in:
Stavros
2025-05-15 17:08:56 +03:00
parent ad5aa30b9f
commit 415eea6fab
2 changed files with 4 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ jobs:
uses: docker/build-push-action@v6
id: build
with:
context: .
platforms: linux/amd64
labels: ${{ steps.meta.outputs.labels }}
tags: ghcr.io/${{ github.repository_owner }}/tinyauth
@@ -171,6 +172,7 @@ jobs:
uses: docker/build-push-action@v6
id: build
with:
context: .
platforms: linux/arm64
labels: ${{ steps.meta.outputs.labels }}
tags: ghcr.io/${{ github.repository_owner }}/tinyauth