Revert
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 7s Details

This commit is contained in:
Roland Thomas Jr 2024-02-16 18:54:16 -05:00
parent f4e91dff49
commit 2e2cc658cf
Signed by: roland
GPG Key ID: 7C3C2B085A4C2872
1 changed files with 3 additions and 8 deletions

View File

@ -16,15 +16,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Print repository name
- name: Pass login information
run: |
echo "💡 The "${{ gitea.repository }}" repository has been cloned to the runner."
- name: Login to container registry
uses: docker/login-action@v3
with:
registry: git.rtj.dev
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
mkdir -p $HOME/.docker
echo "${{ secrets.DOCKER_AUTH_CONFIG }}" | base64 -d > $HOME/.docker/config.json
- name: Build Docker Image
run: |
cd ${{ gitea.workspace }}