Skip to content

Commit adcdf1b

Browse files
committed
[DO NOT MERGE]: Change yetus image name my repo
Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
1 parent 92a6974 commit adcdf1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildyetusondemand.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
HEAD_REF: ${{ github.event.pull_request.head.ref }}
3232
REPO_NAME: ${{ github.event.repository.full_name }}
33-
IMG_NAME: "lfedge/eve-yetus"
33+
IMG_NAME: "renezededa/eve-yetus"
3434
IMG_TAG: "0.15.1-eve-1"
3535
strategy:
3636
fail-fast: false
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Docker Buildx
5454
uses: docker/setup-buildx-action@v3
5555
- name: Login to Docker Hub
56-
if: ${{ env.REPO_NAME == 'lf-edge/eve' }}
56+
if: ${{ env.REPO_NAME == 'rene/eve' }}
5757
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5858
with:
5959
username: ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }}

0 commit comments

Comments
 (0)