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

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

View File

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