Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado-x authored Jun 13, 2023
1 parent bb4c73e commit f67ec98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Build Docker image
run: |
now=$(date +%Y%m%d%H%M%S)
tag1="kpilab/schedule-kpi-ua:$now"
tag2="kpilab/schedule-kpi-ua:latest"
tag1="kpiua/schedule.kpi.ua:$now"
tag2="kpiua/schedule.kpi.ua:latest"
docker build ./ --file ./.dockerfile --tag $tag1 --tag $tag2
Expand Down

0 comments on commit f67ec98

Please sign in to comment.