|
@@ -66,7 +66,6 @@ jobs:
|
|
push: true
|
|
push: true
|
|
tags: |
|
|
tags: |
|
|
${{ secrets.DOCKER_HUB_USERNAME }}/xrayr:latest
|
|
${{ secrets.DOCKER_HUB_USERNAME }}/xrayr:latest
|
|
- ${{ secrets.DOCKER_HUB_USERNAME }}/xrayr:${{ env.XRAYR_VERSION }}
|
|
|
|
builder: ${{ steps.buildx.outputs.name }}
|
|
builder: ${{ steps.buildx.outputs.name }}
|
|
cache-from: type=local,src=/tmp/.buildx-cache
|
|
cache-from: type=local,src=/tmp/.buildx-cache
|
|
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
|
cache-to: type=local,dest=/tmp/.buildx-cache-new
|