Correct tag and config.json
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 7s Details

This commit is contained in:
Roland Thomas 2023-06-10 19:56:42 -04:00
parent b415e8e0a0
commit edd863f87d
1 changed files with 0 additions and 2 deletions

View File

@ -23,12 +23,10 @@ jobs:
- name: Pass login information
env:
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
DAEMON_JSON: ${{ secrets.DAEMON_JSON }}
run: |
docker info
mkdir -p $HOME/.docker
echo "$DOCKER_AUTH_CONFIG" | base64 -d > $HOME/.docker/config.json
echo "$DAEMON_JSON" | base64 -d > $HOME/.docker/config.json
- name: Build Docker Image
env:
GITEA_WORKSPACE: ${{ gitea.workspace }}