Skip to content

Commit

Permalink
ci: fix GHA shared job path
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Jan 26, 2024
1 parent 2c8513f commit 86df241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
publish-aepp:
needs: [changes]
if: ${{ needs.changes.outputs.aepp == 'true' }}
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@2.0.0
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v2.1.0
secrets: inherit
with:
FILE: ./aepp/Dockerfile
Expand All @@ -43,7 +43,7 @@ jobs:
publish-server:
needs: [changes]
if: ${{ needs.changes.outputs.server == 'true' }}
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@2.0.0
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v2.1.0
secrets: inherit
with:
FILE: ./server/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
publish-aepp:
if: startsWith(github.ref_name, 'aepp-')
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@2.0.0
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v2.1.0
secrets: inherit
with:
FILE: ./aepp/Dockerfile
Expand All @@ -26,7 +26,7 @@ jobs:
DEPLOY_SUBDOMAIN: graffiti
publish-server:
if: startsWith(github.ref_name, 'server-')
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@2.0.0
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v2.1.0
secrets: inherit
with:
FILE: ./server/Dockerfile
Expand Down

0 comments on commit 86df241

Please sign in to comment.