From b0ea657b18a6920acb7f2a6e624e5d3f23dbf251 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 22 Jan 2023 19:19:41 +0100 Subject: [PATCH] ci: fix incorrect action for geoip secrets for release pipeline Signed-off-by: Jens Langhammer --- .github/workflows/release-publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index df7be99f7..f73f008de 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -31,7 +31,7 @@ jobs: uses: docker/build-push-action@v3 with: push: ${{ github.event_name == 'release' }} - secrets: + secrets: | GEOIPUPDATE_ACCOUNT_ID=${{ secrets.GEOIPUPDATE_ACCOUNT_ID }} GEOIPUPDATE_LICENSE_KEY=${{ secrets.GEOIPUPDATE_LICENSE_KEY }} tags: | @@ -88,9 +88,6 @@ jobs: ghcr.io/goauthentik/${{ matrix.type }}:latest file: ${{ matrix.type }}.Dockerfile platforms: linux/amd64,linux/arm64 - secrets: | - GEOIPUPDATE_ACCOUNT_ID=${{ secrets.GEOIPUPDATE_ACCOUNT_ID }} - GEOIPUPDATE_LICENSE_KEY=${{ secrets.GEOIPUPDATE_LICENSE_KEY }} build-args: | VERSION_FAMILY=${{ steps.ev.outputs.versionFamily }} build-outpost-binary: