Skip to content

Commit 8af8e92

Browse files
committed
attempt to fix the container workflow error
1 parent e6ca01d commit 8af8e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121
- name: Build Docker image
2222
run: |
23-
docker build . --file Dockerfile --tag journal-sdk:$(date +%s)
23+
docker build . --file Dockerfile --tag ghcr.io/${{ github.repository }}/journal-sdk:latest
2424
- name: Push Docker image
2525
run: |
2626
docker push ghcr.io/${{ github.repository }}/journal-sdk:latest

0 commit comments

Comments
 (0)