From a70df89ce04d125185c465985d42e070193553cd Mon Sep 17 00:00:00 2001 From: Leif Battermann Date: Thu, 14 Mar 2024 12:32:42 +0000 Subject: [PATCH] wip --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b35ccf5..c9fb9f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: uses: redhat-actions/push-to-registry@v2 with: image: ${{ steps.build-image.outputs.image }} - tags: ${{ steps.build-image.outputs.tags }} latest + tags: ${{ steps.build-image.outputs.tags }} registry: quay.io/wire username: wire+ldapscimbridge password: ${{ secrets.REGISTRY_PASSWORD }}