Skip to content

Commit

Permalink
snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarvl committed Feb 17, 2024
1 parent e0da7aa commit 03cf212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: buildpacks/github-actions/[email protected]

- name: Build image
run: pack build ${{ secrets.REGISTRY }}/basic_chess_ai:latest --builder paketobuildpacks/builder-jammy-base:latest --buildpack gcr.io/paketo-buildpacks/nginx --env BP_WEB_SERVER=nginx
run: pack build ${{ secrets.REGISTRY }}/basic-chess-ai:latest --builder paketobuildpacks/builder-jammy-base:latest --buildpack gcr.io/paketo-buildpacks/nginx --env BP_WEB_SERVER=nginx

- name: Push image to registry
run: docker push ${{ secrets.REGISTRY }}/basic_chess_ai:latest
run: docker push ${{ secrets.REGISTRY }}/basic-chess-ai:latest

0 comments on commit 03cf212

Please sign in to comment.