trying to workaround github action redaction mechanism
This commit is contained in:
parent
a662fb5d02
commit
2cc183223e
2 changed files with 1 additions and 1 deletions
1
.github/workflows/build-images.yml
vendored
1
.github/workflows/build-images.yml
vendored
|
@ -25,6 +25,7 @@ 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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue