Skip to content

Commit

Permalink
chore(docker-image): update docker:dind docker digest to 4c919a5 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3mmy authored Feb 28, 2024
2 parents d1868f6 + 1e1692e commit 44213cc
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:f837abeefde97276de9505056743c602d6938d2b49b2066bee3ae3b359ec8b78
stage: build
services:
- docker:dind@sha256:f837abeefde97276de9505056743c602d6938d2b49b2066bee3ae3b359ec8b78
- docker:dind@sha256:4c919a55158c657d48a370ce20d211ad06c64269ab5e1171dc55acc840544068
before_script:
- !reference [.docker, before_script]
script:
Expand Down Expand Up @@ -81,7 +81,7 @@ docker_build:
push_latest:
image: docker:latest@sha256:f837abeefde97276de9505056743c602d6938d2b49b2066bee3ae3b359ec8b78
services:
- docker:dind@sha256:f837abeefde97276de9505056743c602d6938d2b49b2066bee3ae3b359ec8b78
- docker:dind@sha256:4c919a55158c657d48a370ce20d211ad06c64269ab5e1171dc55acc840544068
variables:
# Disable fresh pull of source
GIT_STRATEGY: none
Expand All @@ -100,7 +100,7 @@ push_latest:
push_tag:
image: docker:latest@sha256:f837abeefde97276de9505056743c602d6938d2b49b2066bee3ae3b359ec8b78
services:
- docker:dind@sha256:f837abeefde97276de9505056743c602d6938d2b49b2066bee3ae3b359ec8b78
- docker:dind@sha256:4c919a55158c657d48a370ce20d211ad06c64269ab5e1171dc55acc840544068
variables:
GIT_STRATEGY: none
stage: push
Expand Down

0 comments on commit 44213cc

Please sign in to comment.