Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(container): update docker ( 6677649 β†’ 5f53b1a ) #385

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ docker_build:
image: docker:latest@sha256:66776493766db8133f3d892b9c647551cd9bc5b8a948c57177d4ffbd4b33681e
stage: build
services:
- docker:dind@sha256:66776493766db8133f3d892b9c647551cd9bc5b8a948c57177d4ffbd4b33681e
- docker:dind@sha256:5f53b1a6c3808e0865d3cd902d97aa17829e3d7766d16b942388520fdc97238a
before_script:
- !reference [.docker, before_script]
script:
Expand Down Expand Up @@ -81,7 +81,7 @@ docker_build:
push_latest:
image: docker:latest@sha256:66776493766db8133f3d892b9c647551cd9bc5b8a948c57177d4ffbd4b33681e
services:
- docker:dind@sha256:66776493766db8133f3d892b9c647551cd9bc5b8a948c57177d4ffbd4b33681e
- docker:dind@sha256:5f53b1a6c3808e0865d3cd902d97aa17829e3d7766d16b942388520fdc97238a
variables:
# Disable fresh pull of source
GIT_STRATEGY: none
Expand All @@ -100,7 +100,7 @@ push_latest:
push_tag:
image: docker:latest@sha256:66776493766db8133f3d892b9c647551cd9bc5b8a948c57177d4ffbd4b33681e
services:
- docker:dind@sha256:66776493766db8133f3d892b9c647551cd9bc5b8a948c57177d4ffbd4b33681e
- docker:dind@sha256:5f53b1a6c3808e0865d3cd902d97aa17829e3d7766d16b942388520fdc97238a
variables:
GIT_STRATEGY: none
stage: push
Expand Down
Loading