Skip to content

Commit c2eb63f

Browse files
committed
Update image build
1 parent bab89ec commit c2eb63f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/github.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
- name: Build the container image
2222
run: |
2323
export BUILD_DATE="$(date +%s)"
24-
docker build . --file Dockerfile --tag ghcr.io/ii/emacs-coder:$BUILD_DATE --tag ghcr.io/ii/emacs-coder:latest
24+
docker build . --file Dockerfile --tag ghcr.io/ii/emacs-coder:latest
2525
- name: Push the container image
2626
run: |
27-
docker push ghcr.io/ii/emacs-coder:$BUILD_DATE
2827
docker push ghcr.io/ii/emacs-coder:latest

0 commit comments

Comments
 (0)