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 282bd81 commit 6772956Copy full SHA for 6772956
.github/workflows/docker-release.yaml
@@ -17,7 +17,7 @@ jobs:
17
password: ${{ secrets.DOCKERHUB_TOKEN }}
18
# https://github.com/docker/build-push-action/issues/42#issuecomment-915323168
19
- name: Set Versions
20
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
21
id: set_version
22
with:
23
script: |
.github/workflows/ghcr-release.yaml
@@ -20,7 +20,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
24
25
26
0 commit comments