Skip to content

Commit cf050a6

Browse files
authored
fix docker tag (#1240)
1 parent a1119d6 commit cf050a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
steps:
252252
- name: Checkout Repository
253253
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
254-
- name: Log in to GitHub Container Registry
254+
- name: Log in to Docker Registry
255255
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
256256
with:
257257
registry: ${{ secrets.ZOT_URL }}
@@ -266,6 +266,6 @@ jobs:
266266
file: Dockerfile
267267
target: runner
268268
push: true
269-
tags: ${{ secrets.ZOT_URL }}/${{ github.repository }}/${{ matrix.package }}:${{ github.ref_name }}
269+
tags: ${{ secrets.ZOT_URL }}/oracles/${{ matrix.package }}:${{ github.ref_name }}
270270
build-args: |
271271
PACKAGE=${{ matrix.package }}

0 commit comments

Comments
 (0)