From 3449621ccc97e99219400f5c15d4b354848c6a60 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 6 May 2022 17:28:11 +0200 Subject: [PATCH] Temporary workaround to provide a 22.05 tagged container --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 8ae2c6873..8b399ec38 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -65,4 +65,4 @@ jobs: labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64 push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ghcr.io/processone/ejabberd:22.05,ghcr.io/processone/ejabberd:latest