Skip to content

Commit 30556e5

Browse files
committed
n attempt
1 parent 0b36cf7 commit 30556e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ variables:
2525
2626
debug_variables:
2727
tags: ["arch:amd64"]
28-
image: registry.ddbuild.io/images/base/gbi-ubuntu_2204:release
28+
image: registry.ddbuild.io/images/base/ubuntu_2204:latest
2929
script:
3030
- env | grep CI_
3131

3232
# Detect and sort tags
3333
detect_tags:
3434
tags: ["arch:amd64"]
35-
image: registry.ddbuild.io/images/base/gbi-ubuntu_2204:release
35+
image: registry.ddbuild.io/images/base/ubuntu_2204:latest
3636
rules:
3737
# - if: '$CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $TARGET_BRANCH'
3838
- if: '$CI_COMMIT_TAG'
3939
script:
4040
- echo "=== Detecting tags on commit $CI_COMMIT_SHA ==="
4141
- |
4242
# Install git
43-
sudo apt-get update && sudo apt-get install -y git
43+
apt-get update && apt-get install -y git
4444
git --version
4545
4646
# Get all tags pointing to this commit
@@ -90,7 +90,7 @@ detect_tags:
9090
# Publish crates sequentially
9191
publish_crates:
9292
tags: ["arch:amd64"]
93-
image: registry.ddbuild.io/images/base/gbi-ubuntu_2204:release
93+
image: registry.ddbuild.io/images/base/ubuntu_2204:latest
9494
needs:
9595
- detect_tags
9696
rules:

0 commit comments

Comments
 (0)