From b8ac9a8f447826770fa61d4488efdb6bfeb3790e Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Fri, 20 Dec 2024 10:45:40 +0100 Subject: [PATCH] :construction_worker: [maykinmedia/open-api-framework#92] Fix docker latest tag publish --- .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 0f791bc..e0b78de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: django-settings-module: referentielijsten.conf.ci open-api-publish: - uses: maykinmedia/open-api-workflows/.github/workflows/publish.yml@v1 + uses: maykinmedia/open-api-workflows/.github/workflows/publish.yml@v3.0.2 needs: - store-reusable-workflow-vars - open-api-ci