Skip to content
Snippets Groups Projects
Unverified Commit e91fd3c7 authored by bolkedebruin's avatar bolkedebruin Committed by GitHub
Browse files

Update docker-image.yml

parent c3e251ec
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment