Skip to content

Commit

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

0 comments on commit f5a6a3d

Please sign in to comment.