Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
h3mmy authored Jun 21, 2024
2 parents 5fd5957 + 91fb091 commit 8627a94
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 @@ -47,7 +47,7 @@ stages:

docker_build:
# Use the official docker image.
image: docker:latest@sha256:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04
image: docker:latest@sha256:03bffdab04d53ee2d34d2950f5a1bed008b5183b309e57d41244768a070da940
stage: build
services:
- docker:dind@sha256:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04
Expand Down Expand Up @@ -79,7 +79,7 @@ docker_build:

# Tags only the $CI_DEFAULT_BRANCH as latest
push_latest:
image: docker:latest@sha256:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04
image: docker:latest@sha256:03bffdab04d53ee2d34d2950f5a1bed008b5183b309e57d41244768a070da940
services:
- docker:dind@sha256:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04
variables:
Expand All @@ -98,7 +98,7 @@ push_latest:
- docker push $CI_REGISTRY_IMAGE:latest

push_tag:
image: docker:latest@sha256:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04
image: docker:latest@sha256:03bffdab04d53ee2d34d2950f5a1bed008b5183b309e57d41244768a070da940
services:
- docker:dind@sha256:d8714cbec5b4eae1cc2fa241d8c773f828cfe864de56222f798569f2251f7a04
variables:
Expand Down

0 comments on commit 8627a94

Please sign in to comment.