diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index a9f534a..7e37f1a 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -17,10 +17,10 @@ jobs: lfs: true - name: set-up qemu - uses: https://git.mousesoft.ru/ms/gitea-action-setup-qemu@v3 + uses: https://git.mousesoft.ru/ms/gitea-action-setup-qemu@v3.6.0 - name: set-up docker buildx - uses: https://git.mousesoft.ru/ms/gitea-action-docker-setup-buildx@v3 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-setup-buildx@v3.10.0 with: buildkitd-flags: --debug @@ -39,7 +39,7 @@ jobs: echo IMAGE_REVISION=$(git rev-parse HEAD) | tee -a $GITHUB_OUTPUT - name: build and push base 22.04 - uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0 with: context: . file: dockerfiles/base.dockerfile @@ -60,7 +60,7 @@ jobs: git.mousesoft.ru/ms/gitea-runner-images:ubuntu-latest - name: build and push python 22.04 - uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0 with: context: . file: dockerfiles/python.dockerfile @@ -81,7 +81,7 @@ jobs: git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-latest - name: build and push doc 22.04 - uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0 with: context: . file: dockerfiles/doc.dockerfile @@ -102,7 +102,7 @@ jobs: git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-latest - name: build and push base 20.04 - uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0 with: context: . file: dockerfiles/base.dockerfile @@ -122,7 +122,7 @@ jobs: git.mousesoft.ru/ms/gitea-runner-images:ubuntu-20.04-${{ steps.meta.outputs.IMAGE_VERSION }} - name: build and push python 20.04 - uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0 with: context: . file: dockerfiles/python.dockerfile @@ -142,7 +142,7 @@ jobs: git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-20.04-${{ steps.meta.outputs.IMAGE_VERSION }} - name: build and push doc 20.04 - uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0 with: context: . file: dockerfiles/doc.dockerfile