Skip to content

Commit

Permalink
me
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzag committed Jan 27, 2024
1 parent 29d5b17 commit 81a2954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Build the Docker image
run: |
cd app
docker buildx build --push --platform linux/arm64,linux/amd64 --file Dockerfile --tag pavelzagalsky/pred8tor:$(date +%s) .
docker buildx build --push --platform linux/arm64,linux/amd64 --file Dockerfile --tag pavelzagalsky/pred8tor:latest .

0 comments on commit 81a2954

Please sign in to comment.