Skip to content

Commit 1751421

Browse files
authored
Update docker-image.yml
1 parent 5dd43f0 commit 1751421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Build the Docker image
2727
run: |
28-
IMAGE_TAG=ghcr.io/${{ github.repository_owner }}/my-image-name:$(date +%s)
28+
IMAGE_TAG=ghcr.io/biolytics-ai/vscode-bastion-devcontainer:${{ github.sha }}
2929
docker build . --file Dockerfile --tag $IMAGE_TAG
3030
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV
3131

0 commit comments

Comments
 (0)