refactor: don't use photos- prefix for ente images anymore
All checks were successful
Image builds / build-ente-images (cast) (push) Successful in 18s
Image builds / build-ente-images (photos) (push) Successful in 16s
Renovate / renovate (push) Successful in 15s
Image builds / build_images (renovate) (push) Successful in 55s

This commit is contained in:
Peter 2024-06-09 10:59:02 +02:00
parent e155b948d3
commit 4e37f44d18
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -33,7 +33,7 @@ jobs:
- name: Fetch latest ente photos tag
run: |
echo "ENTE_PHOTOS_VERSION=$(gh release list -R ente-io/ente --exclude-pre-releases --exclude-drafts --jq '.[] | select(.tagName | startswith("photos")) | .tagName' --json 'tagName' --limit 10 | head -n 1)" >> "$GITHUB_ENV"
echo "ENTE_PHOTOS_VERSION=$(gh release list -R ente-io/ente --exclude-pre-releases --exclude-drafts --jq '.[] | select(.tagName | startswith("photos")) | .tagName | sub("photos-";"")' --json 'tagName' --limit 10 | head -n 1)" >> "$GITHUB_ENV"
env:
GH_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
@ -44,5 +44,5 @@ jobs:
push: true
tags: code.icb4dc0.de/infrastructure/images/ente/${{ matrix.app }}:${{ env.ENTE_PHOTOS_VERSION }}
build-args: |
ENTE_BRANCH=${{ env.ENTE_PHOTOS_VERSION }}
ENTE_BRANCH=photos-${{ env.ENTE_PHOTOS_VERSION }}
ENTE_APP=${{ matrix.app }}