Skip to content
Snippets Groups Projects
Commit ab82fd6e authored by Erik Johnston's avatar Erik Johnston
Browse files

Merge branch 'release-v1.39' into develop

parents c39a417d 6e227564
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ jobs:
# we do an amd64-only build, before following up with a multiarch build.
- name: Build and push amd64
uses: docker/build-push-action@v2
if: "${{ startsWith(github.ref, 'refs/tags/v' }}"
if: "${{ startsWith(github.ref, 'refs/tags/v') }}"
with:
push: true
labels: "gitsha1=${{ github.sha }}"
......
Fix an error which prevented the Github Actions workflow to build the docker images from running.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment