Skip to content

Commit

Permalink
Merge pull request #191 from jbrunton/tidyup-workflows
Browse files Browse the repository at this point in the history
fix: tidyup workflows
  • Loading branch information
jbrunton authored Sep 7, 2024
2 parents 1d4fb3d + daf9a07 commit cc398a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
build-api:
needs: [test-e2e]
if: github.ref == 'refs/heads/main'
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 @@ -155,7 +155,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 cc398a1

Please sign in to comment.