Skip to content

Commit

Permalink
fix: Update Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
quangkeu95 committed Sep 10, 2024
1 parent 9efa31f commit 328fad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-meteora-lp-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
GKE_ZONE: "asia-southeast1-b"
GCLOUD_ARTIFACT_REGISTRY: "meteora-lp-army-tg-bot"
GCLOUD_IMAGE_NAME: "meteora-lp-army-tg-bot"
DOCKER_FILE_PATH: "./Dockerfile"
DOCKER_FILE_PATH: "./meteora-lp-bot/Dockerfile"

name: docker-build-and-push
jobs:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
tags: |
${{ env.GCLOUD_ZONE }}-docker.pkg.dev/${{ secrets.GCLOUD_PROJECT_ID }}/${{ env.GCLOUD_ARTIFACT_REGISTRY }}/${{ env.GCLOUD_IMAGE_NAME }}:${{ steps.extract_branch.outputs.branch }}-${{ steps.extract_commit_id.outputs.sha_short }}
${{ env.GCLOUD_ZONE }}-docker.pkg.dev/${{ secrets.GCLOUD_PROJECT_ID }}/${{ env.GCLOUD_ARTIFACT_REGISTRY }}/${{ env.GCLOUD_IMAGE_NAME }}:latest
context: .
context: ./meteora-lp-bot/
file: ${{ env.DOCKER_FILE_PATH }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
Expand Down

0 comments on commit 328fad4

Please sign in to comment.