Skip to content

Commit a1b3000

Browse files
committed
[DO NOT MERGE]: Change lf-edge/eve to rene/eve
Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
1 parent 889c81d commit a1b3000

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on: # yamllint disable-line rule:truthy
1616

1717
jobs:
1818
packages:
19-
if: github.event.repository.full_name == 'lf-edge/eve'
19+
if: github.event.repository.full_name == 'rene/eve'
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
fail-fast: false
@@ -70,7 +70,7 @@ jobs:
7070
echo "TAG=$(echo "$REF" | sed -e 's#^.*/##' -e 's#master#snapshot#' -e 's#main#snapshot#')" >> "$GITHUB_ENV"
7171
7272
- name: Login to Docker Hub
73-
if: ${{ github.event.repository.full_name }}== 'lf-edge/eve'
73+
if: ${{ github.event.repository.full_name }}== 'rene/eve'
7474
uses: docker/login-action@v3
7575
with:
7676
username: ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }}
@@ -113,7 +113,7 @@ jobs:
113113
# eve composition can run as a separate job, even on a separate runner, because the packages job
114114
# published everything. Which means all images are already on the OCI registry.
115115
eve:
116-
if: github.event.repository.full_name == 'lf-edge/eve'
116+
if: github.event.repository.full_name == 'rene/eve'
117117
needs: packages
118118
runs-on: ubuntu-latest
119119
strategy:
@@ -149,7 +149,7 @@ jobs:
149149
dockerhub-account: ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }}
150150

151151
manifest:
152-
if: github.event.repository.full_name == 'lf-edge/eve'
152+
if: github.event.repository.full_name == 'rene/eve'
153153
runs-on: ubuntu-latest
154154
needs: packages
155155
steps:
@@ -163,8 +163,8 @@ jobs:
163163
dockerhub-account: ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }}
164164

165165
trigger_assets:
166-
if: ${{ (startsWith(github.ref, 'refs/tags/')) && (github.event.repository.full_name == 'lf-edge/eve') }}
166+
if: ${{ (startsWith(github.ref, 'refs/tags/')) && (github.event.repository.full_name == 'rene/eve') }}
167167
needs: [manifest, eve]
168-
uses: lf-edge/eve/.github/workflows/assets.yml@master
168+
uses: rene/eve/.github/workflows/assets.yml@master
169169
with:
170170
tag_ref: ${{ github.ref_name }}

0 commit comments

Comments
 (0)