We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc2367 commit e13b27fCopy full SHA for e13b27f
.github/workflows/docker-image.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Build the Docker image
27
run: |
28
- IMAGE_TAG=ghcr.io/biolytics-ai/k8s-dev-env/vscode-bastion-devcontainer:${{ github.sha }}
+ IMAGE_TAG=ghcr.io/biolytics-ai/k8s-dev-env/vscode-bastion-devcontainer:latest
29
docker build . --file Dockerfile --tag $IMAGE_TAG
30
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV
31
0 commit comments