mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-06-07 05:02:37 -04:00
Merge branch 'release-v1.39' into develop
This commit is contained in:
commit
ab82fd6ed1
2 changed files with 2 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
||||||
# we do an amd64-only build, before following up with a multiarch build.
|
# we do an amd64-only build, before following up with a multiarch build.
|
||||||
- name: Build and push amd64
|
- name: Build and push amd64
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
if: "${{ startsWith(github.ref, 'refs/tags/v' }}"
|
if: "${{ startsWith(github.ref, 'refs/tags/v') }}"
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
labels: "gitsha1=${{ github.sha }}"
|
labels: "gitsha1=${{ github.sha }}"
|
||||||
|
|
1
changelog.d/10461.misc
Normal file
1
changelog.d/10461.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fix an error which prevented the Github Actions workflow to build the docker images from running.
|
Loading…
Add table
Add a link
Reference in a new issue