Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
ffbs
ffbs-gluon
Commits
f53efd9e
Unverified
Commit
f53efd9e
authored
1 year ago
by
David Bauer
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #3022 from blocktrron/docker-forks
actions: improve docker image build-process
parents
7fab4326
7ea311f0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/build-container.yml
+4
-1
4 additions, 1 deletion
.github/workflows/build-container.yml
with
4 additions
and
1 deletion
.github/workflows/build-container.yml
+
4
−
1
View file @
f53efd9e
...
...
@@ -5,8 +5,10 @@ on:
push
:
branches
:
-
'
master'
-
'
v202[0-9].[0-9].x'
tags
:
-
'
v*'
pull_request
:
env
:
REGISTRY
:
ghcr.io
...
...
@@ -21,6 +23,7 @@ jobs:
uses
:
actions/checkout@v4
-
name
:
Log in to the Container registry
uses
:
docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6
if
:
${{ github.repository_owner == 'freifunk-gluon' && github.event_name == 'push' }}
with
:
registry
:
${{ env.REGISTRY }}
username
:
${{ github.actor }}
...
...
@@ -34,6 +37,6 @@ jobs:
uses
:
docker/build-push-action@4c1b68d83ad20cc1a09620ca477d5bbbb5fa14d0
with
:
context
:
./contrib/docker
push
:
true
push
:
${{ github.repository_owner == 'freifunk-gluon' && github.event_name == 'push' }}
tags
:
${{ steps.meta.outputs.tags }}
labels
:
${{ steps.meta.outputs.labels }}
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