Skip to content

Commit

Permalink
[fix] typo in flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Jan 21, 2024
1 parent 870341e commit eaae28c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ 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 --tga ghcr.io/coincodile/cetd:1.1 --tag ghcr.io/coincodile/cetd:latest .
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 \
--tag ghcr.io/coincodile/cetd:1.1 \
--tag 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 eaae28c

Please sign in to comment.