Skip to content

Commit

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

0 comments on commit bcfe5c2

Please sign in to comment.