lfs pull
Gitea Actions Demo / build_and_push (push) Successful in 1m3s
Details
Gitea Actions Demo / build_and_push (push) Successful in 1m3s
Details
This commit is contained in:
parent
217e720f46
commit
d60aea1129
|
|
@ -16,6 +16,9 @@ jobs:
|
||||||
registry: gitea.webart-tech.ru
|
registry: gitea.webart-tech.ru
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
- name: LFS
|
||||||
|
run: |
|
||||||
|
git lfs pull
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue