There was an error while loading. Please reload this page.
1 parent a1119d6 commit cf050a6Copy full SHA for cf050a6
1 file changed
.github/workflows/CI.yml
@@ -251,7 +251,7 @@ jobs:
251
steps:
252
- name: Checkout Repository
253
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
254
- - name: Log in to GitHub Container Registry
+ - name: Log in to Docker Registry
255
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
256
with:
257
registry: ${{ secrets.ZOT_URL }}
@@ -266,6 +266,6 @@ jobs:
266
file: Dockerfile
267
target: runner
268
push: true
269
- tags: ${{ secrets.ZOT_URL }}/${{ github.repository }}/${{ matrix.package }}:${{ github.ref_name }}
+ tags: ${{ secrets.ZOT_URL }}/oracles/${{ matrix.package }}:${{ github.ref_name }}
270
build-args: |
271
PACKAGE=${{ matrix.package }}
0 commit comments