Fix CI build attempt 6

This commit is contained in:
Shy 2025-01-22 22:16:42 -05:00
parent d41266e136
commit 7873ef003d

View File

@ -7,8 +7,14 @@ platform:
arch: amd64 arch: amd64
steps: steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: docker - name: docker
image: plugins/docker image: plugins/docker
depends_on:
- submodules
settings: settings:
username: username:
from_secret: DOCKER_USER from_secret: DOCKER_USER
@ -22,10 +28,6 @@ steps:
when: when:
event: event:
- tag - tag
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: build - name: build
image: sist2app/sist2-build image: sist2app/sist2-build
depends_on: depends_on:
@ -60,8 +62,14 @@ platform:
arch: arm64 arch: arm64
steps: steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: docker - name: docker
image: plugins/docker image: plugins/docker
depends_on:
- submodules
settings: settings:
username: username:
from_secret: DOCKER_USER from_secret: DOCKER_USER
@ -75,10 +83,6 @@ steps:
when: when:
event: event:
- tag - tag
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: build - name: build
image: sist2app/sist2-build-arm64 image: sist2app/sist2-build-arm64
depends_on: depends_on: