Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-with-buildx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Prosper
docker-with-buildx
Compare revisions
2475147e9ea8e33075209c55db13bbfbe567b7b5 to 1166a34a3f7b59b65f3c2cf1700bbf6ca1132755
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
prosper/docker-with-buildx
Select target project
No results found
1166a34a3f7b59b65f3c2cf1700bbf6ca1132755
Select Git revision
Swap
Target
prosper/docker-with-buildx
Select target project
prosper/docker-with-buildx
1 result
2475147e9ea8e33075209c55db13bbfbe567b7b5
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
chore(deps): update griefed/gitlab-ci-cd docker tag to v2
· 04e0270c
RenovateBot
authored
3 years ago
04e0270c
Merge branch 'renovate-griefed-gitlab-ci-cd-2.x' into 'master'
· 1166a34a
Griefed
authored
3 years ago
chore(deps): update griefed/gitlab-ci-cd docker tag to v2 See merge request
!5
1166a34a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
View file @
1166a34a
...
...
@@ -7,7 +7,7 @@ test docker:
stage
:
test
image
:
griefed/docker-with-buildx:latest
services
:
-
name
:
griefed/gitlab-ci-cd:
1
.0.
4
-
name
:
griefed/gitlab-ci-cd:
2
.0.
0
alias
:
docker
variables
:
project_name
:
$CI_PROJECT_NAME
...
...
@@ -34,7 +34,7 @@ test docker:
release
:
needs
:
[
'
test
docker'
]
stage
:
release
image
:
griefed/gitlab-ci-cd:
1
.0.
4
image
:
griefed/gitlab-ci-cd:
2
.0.
0
services
:
-
name
:
docker:dind
alias
:
docker
...
...
@@ -53,7 +53,7 @@ release:
build
:
stage
:
build
image
:
griefed/gitlab-ci-cd:
1
.0.
4
image
:
griefed/gitlab-ci-cd:
2
.0.
0
services
:
-
name
:
docker:dind
alias
:
docker
...
...
This diff is collapsed.
Click to expand it.