We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd9ac7 commit 0136d20Copy full SHA for 0136d20
2 files changed
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
echo "image_branch_version=$image_branch_version" >> $GITHUB_OUTPUT
83
84
- name: Set up Docker Buildx
85
- uses: docker/setup-buildx-action@v3.11.1
+ uses: docker/setup-buildx-action@v3.12.0
86
87
- name: Login to DockerHub
88
if: ${{ !github.event.pull_request.head.repo.fork }}
.github/workflows/release-pipeline.yml
@@ -44,7 +44,7 @@ jobs:
44
ref: "${{ inputs.ref || github.ref_name }}"
45
46
47
48
49
50
0 commit comments