workflow changed
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 0s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 0s
This commit is contained in:
parent
cff69dceb6
commit
eceb389f8d
@ -36,11 +36,10 @@ jobs:
|
||||
git config --global --add safe.directory /workspace/*
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
lfs: true
|
||||
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