Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Build Ah Engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Container Library
Build Ah Engine
Commits
adc713b5
Verified
Commit
adc713b5
authored
2 years ago
by
Alexander Wellbrock
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci-template: use 2.1.2 image
parent
46ba93ec
Branches
Branches containing commit
Tags
2.1.3
Tags containing commit
No related merge requests found
Pipeline
#14567
skipped
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab-ci-template.yml
+2
-2
2 additions, 2 deletions
gitlab-ci-template.yml
with
2 additions
and
2 deletions
gitlab-ci-template.yml
+
2
−
2
View file @
adc713b5
...
@@ -13,7 +13,7 @@ variables:
...
@@ -13,7 +13,7 @@ variables:
inherit
:
inherit
:
default
:
false
default
:
false
variables
:
true
variables
:
true
image
:
quay.io/sheogorath/build-ah-engine:2.1.
1
image
:
quay.io/sheogorath/build-ah-engine:2.1.
2
before_script
:
before_script
:
-
podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
export VCS_REF="$CI_COMMIT_SHA"
-
export VCS_REF="$CI_COMMIT_SHA"
...
@@ -75,7 +75,7 @@ container-tagging:
...
@@ -75,7 +75,7 @@ container-tagging:
inherit
:
inherit
:
default
:
false
default
:
false
variables
:
true
variables
:
true
image
:
quay.io/sheogorath/build-ah-engine:2.1.
1
image
:
quay.io/sheogorath/build-ah-engine:2.1.
2
before_script
:
before_script
:
-
podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
export BUILD_DATE="$(date --rfc-3339 ns)"
-
export BUILD_DATE="$(date --rfc-3339 ns)"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment