Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
Project
R
Rdpgw
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
mirror
Rdpgw
Commits
ba0be98b
Unverified
Commit
ba0be98b
authored
Aug 8, 2022
by
bolkedebruin
Committed by
GitHub
Aug 8, 2022
Browse files
Options
Downloads
Patches
Plain Diff
Update docker-image.yml
parent
62db3c54
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/docker-image.yml
+1
-1
1 addition, 1 deletion
.github/workflows/docker-image.yml
with
1 addition
and
1 deletion
.github/workflows/docker-image.yml
+
1
−
1
View file @
ba0be98b
...
@@ -22,6 +22,6 @@ jobs:
...
@@ -22,6 +22,6 @@ jobs:
username
:
${{ secrets.DOCKER_USER }}
username
:
${{ secrets.DOCKER_USER }}
password
:
${{ secrets.DOCKER_PASSWORD }}
password
:
${{ secrets.DOCKER_PASSWORD }}
-
name
:
Build the Docker image
-
name
:
Build the Docker image
run
:
docker build . --file dev/docker/Dockerfile --tag bolkedebruin/rdpgw:$(date +%s)
run
:
docker build .
/dev/docker
--file dev/docker/Dockerfile --tag bolkedebruin/rdpgw:$(date +%s)
-
name
:
Publish
-
name
:
Publish
run
:
docker push bolkedebruin/rdpgw
run
:
docker push bolkedebruin/rdpgw
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