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