Clean up
All checks were successful
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 9s

This commit is contained in:
2023-06-11 19:29:33 -04:00
parent c633cbf5bc
commit b8723c2b59
2 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,6 @@ jobs:
env:
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
run: |
docker info
mkdir -p $HOME/.docker
echo "$DOCKER_AUTH_CONFIG" | base64 -d > $HOME/.docker/config.json
- name: Build Docker Image