We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab89ec commit c2eb63fCopy full SHA for c2eb63f
.github/workflows/github.yml
@@ -21,8 +21,7 @@ jobs:
21
- name: Build the container image
22
run: |
23
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
+ docker build . --file Dockerfile --tag ghcr.io/ii/emacs-coder:latest
25
- name: Push the container image
26
27
- docker push ghcr.io/ii/emacs-coder:$BUILD_DATE
28
docker push ghcr.io/ii/emacs-coder:latest
0 commit comments