Revert "trying to workaround github action redaction mechanism"
This reverts commit 2cc183223e
.
This commit is contained in:
parent
2cc183223e
commit
9b0301e2ee
2 changed files with 1 additions and 1 deletions
1
.github/workflows/build-images.yml
vendored
1
.github/workflows/build-images.yml
vendored
|
@ -25,7 +25,6 @@ jobs:
|
||||||
install: true
|
install: true
|
||||||
- name: Docker Build
|
- name: Docker Build
|
||||||
env:
|
env:
|
||||||
IMAGE: privatebin/nginx-fpm-alpine
|
|
||||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
run: ./buildx.sh ${{ github.event_name }}
|
run: ./buildx.sh ${{ github.event_name }}
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
# accessing an uninitialized variable and print commands before executing them
|
# accessing an uninitialized variable and print commands before executing them
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
|
IMAGE=privatebin/nginx-fpm-alpine
|
||||||
QEMU_PLATFORMS=linux/amd64,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le
|
QEMU_PLATFORMS=linux/amd64,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le
|
||||||
VERSION=${GITHUB_REF##*/}
|
VERSION=${GITHUB_REF##*/}
|
||||||
EVENT=$1
|
EVENT=$1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue