Fix docker repo URL - GHA
This commit is contained in:
parent
3fd3d4e145
commit
a2ca895e1f
2
.github/workflows/main-docker.yml
vendored
2
.github/workflows/main-docker.yml
vendored
@ -55,6 +55,6 @@ jobs:
|
|||||||
file: ./${{ matrix.config.dockerfile }}
|
file: ./${{ matrix.config.dockerfile }}
|
||||||
platforms: ${{ matrix.config.platform }}
|
platforms: ${{ matrix.config.platform }}
|
||||||
push: true
|
push: true
|
||||||
tags: redlib/redlib:${{ matrix.config.tag }}
|
tags: quay.io/redlib/redlib:${{ matrix.config.tag }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
Loading…
Reference in New Issue
Block a user