From cebb463654208e17801d5683c6c93fa130b8c62f Mon Sep 17 00:00:00 2001 From: Mehdi Benadel Date: Sat, 24 Dec 2022 16:22:15 +0100 Subject: [PATCH] Making this action workflow more versatile --- .github/workflows/build-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index e7f96f001..f88ba240c 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -34,6 +34,6 @@ jobs: file: ./contrib/docker/Dockerfile.apache platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true - tags: kovah/pixelfed-docker:latest + tags: ${{ secrets.DOCKER_HUB_ORGANISATION }}/pixelfed:latest cache-from: type=registry,ref=user/app:latest cache-to: type=inline