Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

#github forces lower case for the image name
- name: Get lowercase repo owner name
uses: actions/github-script@v7
uses: actions/github-script@v8
id: repo-owner
with:
result-encoding: string
Expand All @@ -44,7 +44,7 @@ jobs:
run: |
echo "latest-tag=latest" | tr -d "\n" >> $GITHUB_OUTPUT

- uses: actions/github-script@v7
- uses: actions/github-script@v8
id: get-tag
if: startsWith(github.ref, 'refs/tags/')
with:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/github-script@v7
- uses: actions/github-script@v8
id: expand-tags
with:
script: |
Expand Down