Skip to content

Commit

Permalink
changed docker deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Dodd committed Aug 22, 2024
1 parent 16dee91 commit cae3bad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
${{ secrets.DOCKERHUB_USERNAME }}/Ntunl-host:latest
${{ secrets.DOCKERHUB_USERNAME }}/Ntunl-host:${{ github.ref }}
- name: Build and push NtunlClient
uses: docker/[email protected]
with:
context: ./src/
file: ./src/NtunlClient/Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/Ntunl-client:latest
${{ secrets.DOCKERHUB_USERNAME }}/Ntunl-client:${{ github.ref }}
# - name: Build and push NtunlClient
# uses: docker/[email protected]
# with:
# context: ./src/
# file: ./src/NtunlClient/Dockerfile
# push: true
# tags: |
# ${{ secrets.DOCKERHUB_USERNAME }}/Ntunl-client:latest
# ${{ secrets.DOCKERHUB_USERNAME }}/Ntunl-client:${{ github.ref }}

0 comments on commit cae3bad

Please sign in to comment.