Skip to content

Commit

Permalink
fix(ci): uses specified in steps implies an action instead of a wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
velrest committed Dec 31, 2021
1 parent cb02463 commit ebcfe9e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ jobs:
needs: release
runs-on: ubuntu-latest
if: needs.release.outputs.new-tag-ref != needs.release.outputs.latest-tag-ref
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Release Container Image
uses: ./.github/workflows/release-container-image.yml
with:
ref: ${{ needs.release.outputs.new-tag-ref }}
uses: adfinis-sygroup/customer-center/.github/workflows/release-container-image.yml@main
with:
ref: ${{ needs.release.outputs.new-tag-ref }}

0 comments on commit ebcfe9e

Please sign in to comment.