Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit ab82fd6

Browse files
committed
Merge branch 'release-v1.39' into develop
2 parents c39a417 + 6e22756 commit ab82fd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# we do an amd64-only build, before following up with a multiarch build.
5555
- name: Build and push amd64
5656
uses: docker/build-push-action@v2
57-
if: "${{ startsWith(github.ref, 'refs/tags/v' }}"
57+
if: "${{ startsWith(github.ref, 'refs/tags/v') }}"
5858
with:
5959
push: true
6060
labels: "gitsha1=${{ github.sha }}"

changelog.d/10461.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix an error which prevented the Github Actions workflow to build the docker images from running.

0 commit comments

Comments
 (0)