We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f4add commit 5022da3Copy full SHA for 5022da3
.github/workflows/build-images.yml
@@ -23,7 +23,7 @@ jobs:
23
24
#github forces lower case for the image name
25
- name: Get lowercase repo owner name
26
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
27
id: repo-owner
28
with:
29
result-encoding: string
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
echo "latest-tag=latest" | tr -d "\n" >> $GITHUB_OUTPUT
46
47
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
48
id: get-tag
49
if: startsWith(github.ref, 'refs/tags/')
50
@@ -135,7 +135,7 @@ jobs:
135
username: ${{ github.actor }}
136
password: ${{ secrets.GITHUB_TOKEN }}
137
138
139
id: expand-tags
140
141
script: |
0 commit comments