Skip to content

Commit

Permalink
action: fix docker push path
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhakh committed Jul 16, 2020
1 parent 35fe19a commit dc83064
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
docker build -t utnetlab/term -t utnetlab/term:$refName -f term2.Dockerfile .
docker tag utnetlab/term docker.pkg.github.com/ut-network-lab/tcp-ip-laboratory/utnetlab/term
docker tag utnetlab/term docker.pkg.github.com/ut-network-lab/tcp-ip-laboratory/utnetlab/term:$refName
docker push docker.pkg.github.com/ut-network-lab/tcp-ip-laboratory/term
docker push docker.pkg.github.com/ut-network-lab/tcp-ip-laboratory/term:$refName
docker push docker.pkg.github.com/ut-network-lab/tcp-ip-laboratory/utnetlab/term
docker push docker.pkg.github.com/ut-network-lab/tcp-ip-laboratory/utnetlab/term:$refName
docker save utnetlab/term | xz -3 > ../utnetlab_term.tar.xz
- name: Upload Release Asset (term)
uses: actions/upload-release-asset@v1
Expand All @@ -88,8 +88,8 @@ jobs:
docker build -t utnetlab/gui -t utnetlab/gui:$refName -f gui2.web.Dockerfile .
docker tag utnetlab/gui docker.pkg.github.com/ut-network-lab/tcp-ip-laboratory/utnetlab/gui
docker tag utnetlab/gui docker.pkg.github.com/ut-network-lab/tcp-ip-laboratory/utnetlab/gui:$refName
docker push docker.pkg.github.com/ut-network-lab/tcp-ip-laboratory/gui
docker push docker.pkg.github.com/ut-network-lab/tcp-ip-laboratory/gui:$refName
docker push docker.pkg.github.com/ut-network-lab/tcp-ip-laboratory/utnetlab/gui
docker push docker.pkg.github.com/ut-network-lab/tcp-ip-laboratory/utnetlab/gui:$refName
docker save utnetlab/gui | xz -3 > ../utnetlab_gui.tar.xz
- name: Upload Release Asset (gui)
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit dc83064

Please sign in to comment.