Skip to content

Commit

Permalink
Try to fix Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmxs committed Jun 20, 2022
1 parent e373406 commit 47f57da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-proxy-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: ./.github/workflows/_docker-build.yml
with:
registry: ghcr.io
imageName: proxy
imageName: ${{ github.repository }}
imageTagPrefix: proxy
project: proxy
needs: gosec-scanning
Expand All @@ -39,6 +39,6 @@ jobs:
uses: ./.github/workflows/_trivy.yml
with:
registry: ghcr.io
imageName: proxy
imageName: ${{ github.repository }}
imageTagPrefix: proxy
needs: image-build
4 changes: 2 additions & 2 deletions .github/workflows/e2e-trousseau-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: ./.github/workflows/_docker-build.yml
with:
registry: ghcr.io
imageName: trousseau
imageName: ${{ github.repository }}
imageTagPrefix: trousseau
project: trousseau
needs: gosec-scanning
Expand All @@ -39,6 +39,6 @@ jobs:
uses: ./.github/workflows/_trivy.yml
with:
registry: ghcr.io
imageName: trousseau
imageName: ${{ github.repository }}
imageTagPrefix: trousseau
needs: image-build
4 changes: 2 additions & 2 deletions .github/workflows/e2e-vault-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: ./.github/workflows/_docker-build.yml
with:
registry: ghcr.io
imageName: vault
imageName: ${{ github.repository }}
imageTagPrefix: vault
project: providers/vault
needs: gosec-scanning
Expand All @@ -39,6 +39,6 @@ jobs:
uses: ./.github/workflows/_trivy.yml
with:
registry: ghcr.io
imageName: vault
imageName: ${{ github.repository }}
imageTagPrefix: vault
needs: image-build

0 comments on commit 47f57da

Please sign in to comment.