Skip to content

Commit

Permalink
use fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemberTang committed Apr 23, 2024
1 parent 4bbf33a commit c478f89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cq-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

build-and-push:
needs: CQ_CLI
uses: guardian/service-catalogue/.github/workflows/release-image.yml@nt-ac/workflow
uses: guardian/service-catalogue/.github/workflows/release-image.yml@v0.0.1
with:
IMAGE_NAME: cloudquery
BUILD_ARGS: CQ_CLI=${{ needs.CQ_CLI.outputs.CQ_CLI }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prisma-migrate-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
build-and-push:
uses: guardian/service-catalogue/.github/workflows/release-image.yml@nt-ac/workflow
uses: guardian/service-catalogue/.github/workflows/release-image.yml@[email protected]
with:
IMAGE_NAME: prisma-migrate
permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/singleton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ concurrency:

jobs:
build-and-push:
uses: guardian/service-catalogue/.github/workflows/release-image.yml@nt-ac/workflow
uses: guardian/service-catalogue/.github/workflows/release-image.yml@v0.0.1
with:
IMAGE_NAME: singleton
permissions:
contents: read
packages: write
packages: write

0 comments on commit c478f89

Please sign in to comment.