Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
portal-backend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HBP Medical Informatics Platform
portal-backend
Commits
78772b5e
Commit
78772b5e
authored
2 years ago
by
ThanKarab
Browse files
Options
Downloads
Patches
Plain Diff
Updated all github CI actions versions.
parent
c73f5af2
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/ebrains.yml
+3
-0
3 additions, 0 deletions
.github/workflows/ebrains.yml
.github/workflows/publish_images.yml
+6
-7
6 additions, 7 deletions
.github/workflows/publish_images.yml
.github/workflows/publish_testing_images.yml
+5
-5
5 additions, 5 deletions
.github/workflows/publish_testing_images.yml
with
14 additions
and
12 deletions
.github/workflows/ebrains.yml
+
3
−
0
View file @
78772b5e
...
...
@@ -3,6 +3,9 @@ name: Mirror to Ebrains
on
:
push
:
branches
:
[
master
]
push
:
tags
:
-
'
*'
jobs
:
to_ebrains
:
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/publish_images.yml
+
6
−
7
View file @
78772b5e
...
...
@@ -10,13 +10,13 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out repository
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v
1
uses
:
docker/setup-buildx-action@v
2
-
name
:
Log in to Docker Hub
uses
:
docker/login-action@
f054a8b539a109f9f41c372932f1ae047eff08c9
uses
:
docker/login-action@
v2
with
:
username
:
${{ secrets.DOCKER_USERNAME }}
password
:
${{ secrets.DOCKER_PASSWORD }}
...
...
@@ -30,19 +30,19 @@ jobs:
-
name
:
Extract metadata (tags, labels) for Docker
id
:
meta
uses
:
docker/metadata-action@
98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses
:
docker/metadata-action@
v4
with
:
images
:
portal-backend
-
name
:
Load cached image
uses
:
actions/cache@v
2
uses
:
actions/cache@v
3
with
:
path
:
/tmp/.buildx-cache/portal-backend
key
:
buildx-backend
restore-keys
:
buildx-backend
-
name
:
Build and Push image to dockerhub
uses
:
docker/build-push-action@v
2
uses
:
docker/build-push-action@v
3
with
:
context
:
.
file
:
./Dockerfile
...
...
@@ -50,7 +50,6 @@ jobs:
tags
:
|
hbpmip/${{ steps.meta.outputs.tags }}
docker-registry.ebrains.eu/medical-informatics-platform/${{ steps.meta.outputs.tags }}
labels
:
${{ steps.meta.outputs.labels }}
cache-from
:
type=local,src=/tmp/.buildx-cache/portal-backend
cache-to
:
type=local,dest=/tmp/.buildx-cache-new/portal-backend
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/publish_testing_images.yml
+
5
−
5
View file @
78772b5e
...
...
@@ -11,26 +11,26 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out repository
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v
1
uses
:
docker/setup-buildx-action@v
2
-
name
:
Log in to Docker Hub
uses
:
docker/login-action@
f054a8b539a109f9f41c372932f1ae047eff08c9
uses
:
docker/login-action@
v2
with
:
username
:
${{ secrets.DOCKER_USERNAME }}
password
:
${{ secrets.DOCKER_PASSWORD }}
-
name
:
Load cached image
uses
:
actions/cache@v
2
uses
:
actions/cache@v
3
with
:
path
:
/tmp/.buildx-cache/portal-backend
key
:
buildx-backend
restore-keys
:
buildx-backend
-
name
:
Build and Push image to dockerhub
uses
:
docker/build-push-action@v
2
uses
:
docker/build-push-action@v
3
with
:
context
:
.
file
:
./Dockerfile
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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