workflow changed
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 44s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 44s
This commit is contained in:
parent
a82214488f
commit
ca03458a46
@ -10,10 +10,17 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Configure Git SSL
|
||||
run: |
|
||||
git config --global http.sslVerify false
|
||||
git config --global --add safe.directory /workspace/*
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.Pat }}
|
||||
fetch-depth: 1
|
||||
submodules: false
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
run: echo "${{ secrets.PAT }}" | docker login git.asherfalcon.com -u ${{ secrets.USERNAME }} --password-stdin
|
||||
|
Loading…
x
Reference in New Issue
Block a user