Skip to content

Commit 54a11ee

Browse files
committed
NOPE
1 parent 32fafb0 commit 54a11ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
contents: read
2121

2222
env:
23-
DOCKER_IMAGE: ghcr.io/onekey-sec/unblob
23+
DOCKER_IMAGE: ghcr.io/vlaci/unblob
2424

2525
concurrency:
2626
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -336,7 +336,7 @@ jobs:
336336
platforms: ${{ matrix.platform.docker }}
337337
labels: ${{ steps.meta.outputs.labels }}
338338
tags: ${{ steps.meta.output.tags }}
339-
outputs: type=image,name=${{ env.DOCKER_IMAGE }},push-by-digest=true,name-canonical=true,push=${{ github.repository_owner == 'onekey-sec' && github.event_name == 'push' }}
339+
outputs: type=image,name=${{ env.DOCKER_IMAGE }},push-by-digest=true,name-canonical=true,push=${{ github.repository_owner == 'vlaci' && github.event_name == 'push' }}
340340

341341
- name: Docker container vulnerability scan
342342
id: scan
@@ -376,7 +376,7 @@ jobs:
376376
retention-days: 1
377377

378378
merge-and-push-image:
379-
if: github.repository_owner == 'onekey-sec' && github.event_name == 'push'
379+
if: github.repository_owner == 'vlaci' && github.event_name == 'push'
380380
runs-on: ubuntu-latest
381381
needs:
382382
- build-image

0 commit comments

Comments
 (0)