Skip to content

Commit

Permalink
Use v2
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed May 16, 2024
1 parent f08d507 commit f368be7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on:

jobs:
release:
uses: jeffersonlab/container-workflows/.github/workflows/gh-release.yml@v1
uses: jeffersonlab/container-workflows/.github/workflows/gh-release.yml@v2
secrets: inherit

docker_publish:
needs:
- release
uses: jeffersonlab/container-workflows/.github/workflows/docker-publish.yml@v1
uses: jeffersonlab/container-workflows/.github/workflows/docker-publish.yml@v2
with:
semvertag: ${{ needs.release.outputs.semvertag }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/dd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:
- .github/workflows/dd.yml
jobs:
description:
uses: jeffersonlab/container-workflows/.github/workflows/docker-description.yml@v1
uses: jeffersonlab/container-workflows/.github/workflows/docker-description.yml@v2
secrets: inherit

0 comments on commit f368be7

Please sign in to comment.