Skip to content

Commit

Permalink
chore(container): update docker ( d8714cb → 03bffda ) (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3mmy committed Jun 21, 2024
2 parents d8957bc + 021f856 commit 611b20a
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:66776493766db8133f3d892b9c647551cd9bc5b8a948c57177d4ffbd4b33681e
stage: build
services:
- docker:dind@sha256:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04
- docker:dind@sha256:03bffdab04d53ee2d34d2950f5a1bed008b5183b309e57d41244768a070da940
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:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04
- docker:dind@sha256:03bffdab04d53ee2d34d2950f5a1bed008b5183b309e57d41244768a070da940
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:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04
- docker:dind@sha256:03bffdab04d53ee2d34d2950f5a1bed008b5183b309e57d41244768a070da940
variables:
GIT_STRATEGY: none
stage: push
Expand Down

0 comments on commit 611b20a

Please sign in to comment.