Skip to content

Commit

Permalink
trying out production workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Apr 21, 2023
1 parent 1894d92 commit f88600c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-production:
name: Build production ${{ github.event.release.tag_name }}
uses: mlibrary/platform-engineering-workflows/.github/workflows/build-production.yml@main
uses: mlibrary/platform-engineering-workflows/.github/workflows/build-production.yml@fixing-workflows
with:
image_name: ${{ vars.IMAGE_NAME }}
tag: ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit f88600c

Please sign in to comment.