diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-03-15 20:45:27 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-03-15 20:45:27 +0100 |
commit | c79a03b319e17f5ab8c40d065842607de0d76108 (patch) | |
tree | 71debfede36bf8985cd5e3e37b6107560c358f57 /.github/workflows | |
parent | 80c4db160ecfd201cb82ed320cbe3eb32236ad20 (diff) | |
parent | e798c1c64cf417b88379e1d381592a8920fdeeab (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Conflicts: - `README.md`: Upstream changed their README, we have a completely different one. Kept our README.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build-image.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 281fa33b7..eccef8700 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -31,7 +31,7 @@ jobs: latest=true tags: | type=edge,branch=main - type=semver,pattern={{ raw }} + type=match,pattern=v(.*),group=0 type=ref,event=pr - uses: docker/build-push-action@v2 with: |