Update docker.yml
parent
c06710f021
commit
b0031b1f87
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
- uses: int128/docker-build-cache-config-action@v1
|
- uses: int128/docker-build-cache-config-action@v1
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
image: ghcr.io/${{ github.repository }}/cache
|
image: ghcr.io/${{ env.IMAGE_NAME }}/cache
|
||||||
|
|
||||||
# Build and push Docker image with Buildx (don't push on PR)
|
# Build and push Docker image with Buildx (don't push on PR)
|
||||||
# https://github.com/docker/build-push-action
|
# https://github.com/docker/build-push-action
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue