From 9a657d2ae53c3596fdbb3ec486fa15a60df59765 Mon Sep 17 00:00:00 2001 From: Delta1925 Date: Sat, 20 May 2023 19:04:20 +0200 Subject: [PATCH] Fix permission issue in CI --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ef9baf6..63d51f0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -21,7 +21,7 @@ jobs: uses: docker/build-push-action@v4 with: platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/386 - tags: simple-wkd:latest,simple-wkd:${{ github.ref_name }} + tags: ${{ github.repository_owner }}/simple-wkd:latest,${{ github.repository_owner }}/simple-wkd:${{ github.ref_name }} push: true cache-from: type=gha cache-to: type=gha,mode=max \ No newline at end of file