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

Update docker-image.yml

parent aeb77762
Branches
Tags
No related merge requests found
...@@ -14,10 +14,11 @@ jobs: ...@@ -14,10 +14,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - name: Login to Docker Hub
- name: Docker login uses: docker/login-action@v2
run: | with:
echo ${{ secrets.DOCKER_USER }} | docker login -u ${{ secrets.DOCKER_PASSWORD }} --password-stdin username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- 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 . --file dev/docker/Dockerfile --tag bolkedebruin/rdpgw:$(date +%s)
- name: Publish - name: Publish
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment