From 9b0301e2ee7a1dc8f708d429848c3bce5e7dd18c Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 6 Jun 2021 11:22:44 +0200 Subject: [PATCH] Revert "trying to workaround github action redaction mechanism" This reverts commit 2cc183223e36abb49a99de689db4516aa8a2b2ab. --- .github/workflows/build-images.yml | 1 - buildx.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index a39ae00..27b432a 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -25,7 +25,6 @@ jobs: install: true - name: Docker Build env: - IMAGE: privatebin/nginx-fpm-alpine DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} run: ./buildx.sh ${{ github.event_name }} diff --git a/buildx.sh b/buildx.sh index 7c48be3..e49e694 100755 --- a/buildx.sh +++ b/buildx.sh @@ -4,6 +4,7 @@ # accessing an uninitialized variable and print commands before executing them set -euxo pipefail +IMAGE=privatebin/nginx-fpm-alpine QEMU_PLATFORMS=linux/amd64,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le VERSION=${GITHUB_REF##*/} EVENT=$1