How about now?
All checks were successful
Build and push latest / publish (push) Successful in 44s

This commit is contained in:
Erki 2024-10-01 22:20:56 +03:00
parent 8735c8abbd
commit dfdf5f51aa

View File

@ -7,14 +7,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/master' if: gitea.ref == 'refs/heads/master'
steps: steps:
- uses: actions/checkout@v4
with:
lfs: 'true'
- name: Checkout LFS files
uses: actions/checkout@v4
- run: git lfs pull
- run: stat ./static/media/stm32begin-001-007.png
- name: Setup Docker Buildx - name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
@ -25,6 +17,13 @@ jobs:
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
- uses: actions/checkout@v4
with:
lfs: 'true'
submodules: 'recurse'
- run: git lfs pull
- run: stat ./static/media/stm32begin-001-007.png
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with: