Loading templates/docker.yml +2 −2 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ foo: stage: deploy tags: ["ns4.shore.co.il"] needs: - job: build - job: compose-build artifacts: true only: - branches Loading @@ -126,7 +126,7 @@ foo: image: *image stage: deploy needs: - job: build - job: docker-build artifacts: true only: - branches Loading Loading
templates/docker.yml +2 −2 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ foo: stage: deploy tags: ["ns4.shore.co.il"] needs: - job: build - job: compose-build artifacts: true only: - branches Loading @@ -126,7 +126,7 @@ foo: image: *image stage: deploy needs: - job: build - job: docker-build artifacts: true only: - branches Loading