Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrej-fabry authored Feb 10, 2020
1 parent 45091ea commit 3443c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: make dev-image
- name: Prod image
run: make prod-image

- name: Tag images
run: |
docker tag dev_vpp_agent ligato/dev-vpp-agent:latest
Expand All @@ -66,7 +66,7 @@ jobs:
run: make dev-image
- name: Prod image
run: make prod-image

- name: Get tag
id: vars
run: |
Expand Down

0 comments on commit 3443c2a

Please sign in to comment.