Skip to content

Commit d15a564

Browse files
committed
Updated the logical back image path to contain only 3 parts
1 parent 096bd39 commit d15a564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "logical_backup_tags<<EOF"
7171
IFS=',' read -ra TAG_ARRAY <<< "${{ steps.tags.outputs.tags }}"
7272
for tag in "${TAG_ARRAY[@]}"; do
73-
echo "${{ vars.HARBOR_ORG }}/scalefield/postgres-operator/logical-backup:${tag}"
73+
echo "${{ vars.HARBOR_ORG }}/scalefield/logical-backup:${tag}"
7474
done
7575
echo "EOF"
7676
} >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)