Skip to content

Commit

Permalink
Fix docker repo URL - GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Dec 27, 2023
1 parent 3fd3d4e commit a2ca895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
file: ./${{ matrix.config.dockerfile }}
platforms: ${{ matrix.config.platform }}
push: true
tags: redlib/redlib:${{ matrix.config.tag }}
tags: quay.io/redlib/redlib:${{ matrix.config.tag }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit a2ca895

Please sign in to comment.