Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit cc6bfb8

Browse files
committed
chore: Change contexts
1 parent 9cf5b71 commit cc6bfb8

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,13 @@ jobs:
2727
gcloud auth print-access-token | docker login \
2828
-u oauth2accesstoken \
2929
--password-stdin "https://${{ secrets.GCP_LOCATION }}-docker.pkg.dev"
30-
- name: Helm login
31-
run: |
32-
gcloud auth print-access-token | \
33-
helm registry login -u oauth2accesstoken \
34-
--password-stdin "https://${{ secrets.GCP_LOCATION }}-docker.pkg.dev"
3530
- name: Set up Docker Buildx
3631
uses: docker/setup-buildx-action@v3
3732
- name: Build and push
3833
uses: docker/build-push-action@v6
3934
with:
4035
push: true
4136
platforms: linux/amd64,linux/arm64
42-
file: ./external/VoxelBot/dockerfile
43-
context: ./external/VoxelBot
37+
file: dockerfile
38+
context: .
4439
tags: ${{ secrets.GCP_LOCATION }}-docker.pkg.dev/${{ secrets.GCP_PROJECT }}/${{ secrets.GCP_DOCKER_REPOSITORY }}/voxel51-discordbot:${{ github.sha }}

0 commit comments

Comments
 (0)