Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-borg-backup
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
AnotherStranger
docker-borg-backup
Commits
de016543
Commit
de016543
authored
2 months ago
by
André Büsgen
Browse files
Options
Downloads
Patches
Plain Diff
refactor(ci): try registry cache
parent
d3d8f986
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/docker-build.yml
+7
-4
7 additions, 4 deletions
.github/workflows/docker-build.yml
with
7 additions
and
4 deletions
.github/workflows/docker-build.yml
+
7
−
4
View file @
de016543
...
@@ -23,6 +23,7 @@ on:
...
@@ -23,6 +23,7 @@ on:
env
:
env
:
TEST_TAG
:
horaceworblehat/borg-server:test
TEST_TAG
:
horaceworblehat/borg-server:test
CACHE_TAG
:
horaceworblehat/borg-server:buildcache
jobs
:
jobs
:
docker
:
docker
:
...
@@ -84,8 +85,8 @@ jobs:
...
@@ -84,8 +85,8 @@ jobs:
with
:
with
:
load
:
true
load
:
true
tags
:
${{ env.TEST_TAG }}
tags
:
${{ env.TEST_TAG }}
cache-from
:
type=
gha
cache-from
:
type=
registry,ref=${{ env.TEST_TAG }}
cache-to
:
type=
gha
,mode=max
cache-to
:
type=
registry,ref=${{ env.TEST_TAG }}
,mode=max
-
name
:
Run small selftest on build container image
-
name
:
Run small selftest on build container image
...
@@ -102,8 +103,10 @@ jobs:
...
@@ -102,8 +103,10 @@ jobs:
tags
:
${{ steps.meta.outputs.tags }}
tags
:
${{ steps.meta.outputs.tags }}
labels
:
${{ steps.meta.outputs.labels }}
labels
:
${{ steps.meta.outputs.labels }}
platforms
:
linux/386,linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
platforms
:
linux/386,linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
cache-from
:
type=gha
cache-from
:
type=registry,ref=${{ env.TEST_TAG }}
cache-to
:
type=gha,mode=max
cache-to
:
type=registry,ref=${{ env.TEST_TAG }},mode=max
-
name
:
Sign image with a key
-
name
:
Sign image with a key
run
:
|
run
:
|
...
...
This diff is collapsed.
Click to expand it.
Botaniker (Bot)
@botaniker
mentioned in commit
681e2d7f
·
2 months ago
mentioned in commit
681e2d7f
mentioned in commit 681e2d7f6c5809b49f4f409cd43c348366f371c0
Toggle commit list
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