Skip to content

Commit

Permalink
Merge pull request #139 from maykinmedia/issue/fix-docker-latest
Browse files Browse the repository at this point in the history
👷 [maykinmedia/open-api-framework#92] Fix docker latest tag publish
  • Loading branch information
stevenbal authored Dec 20, 2024
2 parents e8d22de + bd8e090 commit 3f9876d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,17 @@ jobs:
id: image-name

open-api-ci:
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v1
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v3.0.2
needs:
- store-reusable-workflow-vars
with:
main-branch: 'master'
python-version: '3.11'
docker-image-name: ${{ needs.store-reusable-workflow-vars.outputs.image-name }}
run-docs: false

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
Expand Down

0 comments on commit 3f9876d

Please sign in to comment.