From 585c2e53d458a74e364e2c10b5d4d4a7ab6bf7b1 Mon Sep 17 00:00:00 2001 From: Bart Geesink Date: Tue, 26 Sep 2023 08:50:56 +0200 Subject: [PATCH] GHA: Fix a typo in the docker image that is built for the Mock app --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3208cd06..ca9515d6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -121,4 +121,4 @@ jobs: platforms: linux/amd64 push: true tags: | - ghcr.io/openconext/openconext-invite/invitesprovisioningmock:${{ steps.versioncheck.outputs.version }} + ghcr.io/openconext/openconext-invite/inviteprovisioningmock:${{ steps.versioncheck.outputs.version }}