Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
e607dbf4
Commit
e607dbf4
authored
Jan 18, 2024
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip ci] input for platforms in "publish image" workflow
parent
d67d6621
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
publish-image.yml
.github/workflows/publish-image.yml
+11
-3
release.yml
.github/workflows/release.yml
+2
-0
No files found.
.github/workflows/publish-image.yml
View file @
e607dbf4
...
...
@@ -7,12 +7,22 @@ on:
description
:
Image tags
required
:
false
type
:
string
platforms
:
description
:
Image platforms (you can specify multiple platforms separated by comma)
required
:
false
type
:
string
default
:
linux/amd64
workflow_call
:
inputs
:
tags
:
description
:
Image tags
required
:
false
type
:
string
platforms
:
description
:
Image platforms (you can specify multiple platforms separated by comma)
required
:
false
type
:
string
default
:
linux/amd64
jobs
:
run
:
...
...
@@ -58,9 +68,7 @@ jobs:
push
:
true
cache-from
:
type=gha
tags
:
${{ inputs.tags || steps.meta.outputs.tags }}
platforms
:
|
linux/amd64
linux/arm64/v8
platforms
:
${{ inputs.platforms }}
labels
:
${{ steps.meta.outputs.labels }}
build-args
:
|
GIT_COMMIT_SHA=${{ env.SHORT_SHA }}
...
...
.github/workflows/release.yml
View file @
e607dbf4
...
...
@@ -78,6 +78,8 @@ jobs:
name
:
Publish Docker image
uses
:
'
./.github/workflows/publish-image.yml'
secrets
:
inherit
with
:
platforms
:
linux/amd64,linux/arm64/v8
upload_source_maps
:
name
:
Upload source maps to Sentry
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment