refactor: don't use photos- prefix for ente images anymore
This commit is contained in:
parent
e155b948d3
commit
4e37f44d18
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ jobs:
|
||||||
|
|
||||||
- name: Fetch latest ente photos tag
|
- name: Fetch latest ente photos tag
|
||||||
run: |
|
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:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
@ -44,5 +44,5 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: code.icb4dc0.de/infrastructure/images/ente/${{ matrix.app }}:${{ env.ENTE_PHOTOS_VERSION }}
|
tags: code.icb4dc0.de/infrastructure/images/ente/${{ matrix.app }}:${{ env.ENTE_PHOTOS_VERSION }}
|
||||||
build-args: |
|
build-args: |
|
||||||
ENTE_BRANCH=${{ env.ENTE_PHOTOS_VERSION }}
|
ENTE_BRANCH=photos-${{ env.ENTE_PHOTOS_VERSION }}
|
||||||
ENTE_APP=${{ matrix.app }}
|
ENTE_APP=${{ matrix.app }}
|
Loading…
Reference in a new issue