mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
[gha] docker - disable cache (test)
This commit is contained in:
parent
970f47ce33
commit
3dc19bfd31
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
@ -25,4 +25,5 @@ jobs:
|
||||||
# platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm64,linux/ppc64le
|
# platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm64,linux/ppc64le
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
|
no-cache: true
|
||||||
tags: ghcr.io/purplei2p/i2pd:latest
|
tags: ghcr.io/purplei2p/i2pd:latest
|
||||||
|
|
Loading…
Reference in a new issue