Skip to content

Commit

Permalink
use the main branch of release-image instead of a tagged version (#945)
Browse files Browse the repository at this point in the history
* use the main branch instead of a version

* use relative action path
  • Loading branch information
NovemberTang committed Apr 24, 2024
1 parent 933353a commit 0ff9bdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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@v0.0.1
uses: ./.github/workflows/release-image.yml
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@release-image.yml@v0.0.1
uses: ./.github/workflows/release-image.yml
with:
IMAGE_NAME: prisma-migrate
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/singleton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:

jobs:
build-and-push:
uses: guardian/service-catalogue/.github/workflows/release-image.yml@v0.0.1
uses: ./.github/workflows/release-image.yml
with:
IMAGE_NAME: singleton
permissions:
Expand Down

0 comments on commit 0ff9bdc

Please sign in to comment.