mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-22 16:20:47 +02:00
Update docker-image.yml
This commit is contained in:
parent
c3e251ecae
commit
e91fd3c78c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
|
@ -3,6 +3,7 @@ name: Docker Image CI
|
|||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
tags: [ "v*" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
|
@ -21,6 +22,6 @@ jobs:
|
|||
run: |
|
||||
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file Dockerfile --tag bolkedebruin/rdpgw:$(date +%s)
|
||||
run: docker build . --file dev/docker/Dockerfile --tag bolkedebruin/rdpgw:$(date +%s)
|
||||
- name: Publish
|
||||
run: docker push bolkedebruin/rdpgw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue