Skip to content

Commit

Permalink
fix: fix dockerhub image
Browse files Browse the repository at this point in the history
  • Loading branch information
fredliang44 authored Dec 27, 2024
1 parent 3613c6d commit e14b2ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ jobs:
platforms: linux/amd64, linux/arm64
push: true
tags: |
${{ github.actor }}/derper:${{ env.TAILSCALE_VERSION }}
${{ github.actor }}/derper:latest
fredliang/derper:${{ env.TAILSCALE_VERSION }}
fredliang/derper:latest
fredliang/derper:${{ github.sha }}
ghcr.io/${{ github.actor }}/derper:${{ env.TAILSCALE_VERSION }}
ghcr.io/${{ github.actor }}/derper:latest
build-args: |
DERP_VERSION=${{ env.TAILSCALE_VERSION }}
DERP_VERSION=${{ env.TAILSCALE_VERSION }}

0 comments on commit e14b2ba

Please sign in to comment.