Skip to content

Commit

Permalink
fix: build-image workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton authored Sep 7, 2024
1 parent 18c58da commit 006e9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency: ${{ github.head_ref || github.ref_name }}

jobs:
build-api:
uses: jbrunton/workflows/.github/workflows/build-image.yml@gcr-builder
uses: jbrunton/workflows/.github/workflows/build-image.yml@v1
with:
repo-name: jbrunton/chat-demo-api
build-directory: services/api/isolate
Expand All @@ -18,7 +18,7 @@ jobs:
node-version-file: "package.json"
publish: true
docker-username: jbrunton
cache-image: jbrunton/chat-demo-api-cache-image:gcr-builder
cache-image: jbrunton/chat-demo-api-cache-image:latest
secrets:
docker-access-token: ${{ secrets.DOCKER_ACCESS_TOKEN }}

Expand Down

0 comments on commit 006e9eb

Please sign in to comment.