We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd43f0 commit 1751421Copy full SHA for 1751421
.github/workflows/docker-image.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Build the Docker image
27
run: |
28
- IMAGE_TAG=ghcr.io/${{ github.repository_owner }}/my-image-name:$(date +%s)
+ IMAGE_TAG=ghcr.io/biolytics-ai/vscode-bastion-devcontainer:${{ github.sha }}
29
docker build . --file Dockerfile --tag $IMAGE_TAG
30
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV
31
0 commit comments