Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-ci-cd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
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
Show more breadcrumbs
Prosper
gitlab-ci-cd
Merge requests
!23
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
main
Overview
0
Commits
5
Pipelines
1
Changes
1
Merged
Griefed
requested to merge
develop
into
main
2 months ago
Overview
0
Commits
5
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
9cab74b9
Prev
Next
Show latest version
1 file
+
5
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9cab74b9
build: Deprecate armv7
· 9cab74b9
Griefed
authored
2 months ago
.gitlab-ci.yml
+
5
−
1
Options
@@ -33,7 +33,7 @@ test docker:
@@ -33,7 +33,7 @@ test docker:
-
docker buildx build
-
docker buildx build
--push
--push
--no-cache
--no-cache
--platform linux/amd64,linux/arm64
,linux/arm/v7
--platform linux/amd64,linux/arm64
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:develop-$CI_COMMIT_SHORT_SHA"
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:develop-$CI_COMMIT_SHORT_SHA"
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:develop-$CI_COMMIT_SHORT_SHA" .
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:develop-$CI_COMMIT_SHORT_SHA" .
except
:
except
:
@@ -42,6 +42,10 @@ test docker:
@@ -42,6 +42,10 @@ test docker:
variables
:
variables
:
-
'
$CI_COMMIT_TITLE
=~
/^RELEASE:.+$/
||
$CI_PIPELINE_SOURCE
==
"schedule"'
-
'
$CI_COMMIT_TITLE
=~
/^RELEASE:.+$/
||
$CI_PIPELINE_SOURCE
==
"schedule"'
test semantic-release
:
stage
:
test
release
:
release
:
needs
:
[
'
test
docker'
]
needs
:
[
'
test
docker'
]
stage
:
release
stage
:
release
Loading