Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DOML Model Checker
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
Model registry
Operate
Environments
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
PIACERE
public
The Platform
DOML Model Checker
Commits
1a813a9c
Unverified
Commit
1a813a9c
authored
1 year ago
by
Andrea Franchini
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Create docker-image.yml
parent
9208cef6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/docker-image.yml
+33
-0
33 additions, 0 deletions
.github/workflows/docker-image.yml
with
33 additions
and
0 deletions
.github/workflows/docker-image.yml
0 → 100644
+
33
−
0
View file @
1a813a9c
name
:
Docker Image CI
on
:
push
:
branches
:
[
"
main"
]
pull_request
:
branches
:
[
"
main"
]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Login to Docker Hub
uses
:
docker/login-action@2.1.0
with
:
username
:
${{ secrets.DOCKERHUB_USERNAME }}
password
:
${{ secrets.DOCKERHUB_TOKEN }}
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@2.5.0
-
name
:
Build and push
uses
:
docker/build-push-action@v4
with
:
context
:
.
file
:
./Dockerfile
push
:
true
tags
:
${{ secrets.DOCKERHUB_USERNAME }}/doml-model-checker:latest
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