git add public and change revision logic
Some checks failed
/ prepare-suffix (push) Successful in 0s
/ publish-docker (push) Has been skipped
/ build-assets (push) Successful in 4m21s
/ build-containers (map[name:amd64 platform:amd64]) (push) Failing after 25s
/ build-containers (map[name:arm64v8 platform:arm64]) (push) Failing after 25s

This commit is contained in:
asonix 2024-02-14 14:20:08 -06:00
parent 56902cf065
commit 3ea04b15e3

View file

@ -134,10 +134,7 @@ jobs:
name: GUnzip Assets
run: |
tar -zxf public.tar.gz
echo "ls ."
ls -lh .
echo "ls public"
ls -lh public/
git add public/
-
name: Prepare Platform
run: |
@ -152,8 +149,9 @@ jobs:
images: ${{ env.REGISTRY_IMAGE }}
flavor: |
latest=auto
suffix=-${{ needs.prepare-suffix.outputs.suffix }}-${{ env.REVISION }}-${{ matrix.info.name }}
suffix=-${{ needs.prepare-suffix.outputs.suffix }}-${{ matrix.info.name }}
tags: |
type=semver,pattern={{version}}-r${{ env.REVISION }},value=${{ env.MASTODON_VERSION }}
type=semver,pattern={{version}},value=${{ env.MASTODON_VERSION }}
type=semver,pattern={{major}}.{{minor}},value=${{ env.MASTODON_VERSION }}
type=semver,pattern={{major}},value=${{ env.MASTODON_VERSION }}
@ -228,8 +226,9 @@ jobs:
images: ${{ env.REGISTRY_IMAGE }}
flavor: |
latest=auto
suffix=-${{ needs.prepare-suffix.outputs.suffix }}-${{ env.REVISION }}
suffix=-${{ needs.prepare-suffix.outputs.suffix }}
tags: |
type=semver,pattern={{version}}-r${{ env.REVISION }},value=${{ env.MASTODON_VERSION }}
type=semver,pattern={{version}},value=${{ env.MASTODON_VERSION }}
type=semver,pattern={{major}}.{{minor}},value=${{ env.MASTODON_VERSION }}
type=semver,pattern={{major}},value=${{ env.MASTODON_VERSION }}