Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolytics authored Jun 24, 2024
1 parent 2f3ffb2 commit 61e25f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Build the Docker image
run: |
IMAGE_TAG=ghcr.io/biolytics-ai/vscode-bastion-devcontainer:${{ github.sha }}
IMAGE_TAG=ghcr.io/biolytics-ai/k8s-dev-env/vscode-bastion-devcontainer:${{ github.sha }}
docker build . --file Dockerfile --tag $IMAGE_TAG
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV
Expand Down

0 comments on commit 61e25f0

Please sign in to comment.