Skip to content

Commit

Permalink
chore(container): update docker ( 76ba10a → a6b5add ) (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3mmy committed Jun 12, 2024
2 parents 4686ff1 + 1d65680 commit ae24989
Showing 1 changed file with 3 additions and 3 deletions.
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:a6b5add4d34aff635fbe7f3eb43b5f3b5dc7d9df61ce1f9f8f5fca2739992c19
stage: build
services:
- docker:dind@sha256:76ba10a4aed708c7b2db09d45740d711edf707f7368f6808bd32a53eaed33404
- docker:dind@sha256:a6b5add4d34aff635fbe7f3eb43b5f3b5dc7d9df61ce1f9f8f5fca2739992c19
before_script:
- !reference [.docker, before_script]
script:
Expand Down Expand Up @@ -81,7 +81,7 @@ docker_build:
push_latest:
image: docker:latest@sha256:a6b5add4d34aff635fbe7f3eb43b5f3b5dc7d9df61ce1f9f8f5fca2739992c19
services:
- docker:dind@sha256:76ba10a4aed708c7b2db09d45740d711edf707f7368f6808bd32a53eaed33404
- docker:dind@sha256:a6b5add4d34aff635fbe7f3eb43b5f3b5dc7d9df61ce1f9f8f5fca2739992c19
variables:
# Disable fresh pull of source
GIT_STRATEGY: none
Expand All @@ -100,7 +100,7 @@ push_latest:
push_tag:
image: docker:latest@sha256:a6b5add4d34aff635fbe7f3eb43b5f3b5dc7d9df61ce1f9f8f5fca2739992c19
services:
- docker:dind@sha256:76ba10a4aed708c7b2db09d45740d711edf707f7368f6808bd32a53eaed33404
- docker:dind@sha256:a6b5add4d34aff635fbe7f3eb43b5f3b5dc7d9df61ce1f9f8f5fca2739992c19
variables:
GIT_STRATEGY: none
stage: push
Expand Down

0 comments on commit ae24989

Please sign in to comment.