Skip to content

Commit 042e225

Browse files
authored
Update build-image.yaml
1 parent 66aa8b6 commit 042e225

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-image.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
env:
14-
IMAGE_NAME: rouhim/this-week-in-past
14+
IMAGE_NAME: skylersaleh/this-week-in-past-testing
1515

1616
jobs:
1717
# Use latest for main and PR number for the "ticket" string as prefix for PRs
@@ -196,7 +196,7 @@ jobs:
196196
if: github.ref == 'refs/heads/main'
197197
shell: bash
198198
run: |
199-
REPO="RouHim/this-week-in-past"
199+
REPO="skylersaleh/this-week-in-past"
200200
LATEST_RELEASE_VERSION=$(curl --silent "https://api.github.com/repos/$REPO/releases/latest" | jq -r ".tag_name")
201201
echo "Latest release is $LATEST_RELEASE_VERSION"
202202
echo "VERSION=$LATEST_RELEASE_VERSION" >> $GITHUB_ENV
@@ -356,7 +356,7 @@ jobs:
356356
shell: bash
357357
if: github.ref == 'refs/heads/main'
358358
run: |
359-
REPO="RouHim/this-week-in-past"
359+
REPO="skylersaleh/this-week-in-past"
360360
VERSION=$(curl --silent "https://api.github.com/repos/$REPO/releases/latest" | jq -r ".tag_name")
361361
MINOR_PART=$(echo $VERSION | cut -d. -f2)
362362
MAJOR_PART=$(echo $VERSION | cut -d. -f1)

0 commit comments

Comments
 (0)