From 9483c01fcd7fd7364fac0d38843449f9ba58fdc6 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 8 Jan 2023 15:03:28 -0700 Subject: [PATCH] Update docker action --- .github/workflows/build-docker.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index f4cca19ea..34f31cf08 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -38,6 +38,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v2 + secrets: inherit with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_TOKEN }} @@ -45,6 +46,7 @@ jobs: - name: Fetch tags uses: docker/metadata-action@v4 + secrets: inherit id: meta with: images: ${{ secrets.DOCKER_HUB_ORGANISATION }}/pixelfed @@ -90,6 +92,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v2 + secrets: inherit with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_TOKEN }} @@ -97,6 +100,7 @@ jobs: - name: Fetch tags uses: docker/metadata-action@v4 + secrets: inherit id: meta with: images: ${{ secrets.DOCKER_HUB_ORGANISATION }}/pixelfed