Skip to content

Commit

Permalink
Replace docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Jan 21, 2024
1 parent 19a19ea commit bf6a31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Build the CSC CETD Docker image
run: |
timetag=(`date +%Y%M%d`)
docker build . --build-arg VERSION=1.1.0 --tag ghcr.io/coincodile/cetd:1.1.0.${timetag} --tag ghcr.io/coincodile/cetd:1.1.0 ghcr.io/coincodile/cetd:1.1 ghcr.io/coincodile/cetd:latest
docker buildx build . --build-arg VERSION=1.1.0 --tag ghcr.io/coincodile/cetd:1.1.0.${timetag} --tag ghcr.io/coincodile/cetd:1.1.0 ghcr.io/coincodile/cetd:1.1 ghcr.io/coincodile/cetd:latest
docker push ghcr.io/coincodile/cetd:1.1.0.${timetag}
docker push ghcr.io/coincodile/cetd:1.1.0
docker push ghcr.io/coincodile/cetd:1.1
Expand Down

0 comments on commit bf6a31f

Please sign in to comment.