Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Mar 18, 2020
1 parent b2d491a commit 35cf9e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
run: |
export IMAGENAME="docker.pkg.github.com/ironpeakservices/iron-debian/iron-debian:${{ steps.vars.outputs.debian_version }}"
docker build --tag "$IMAGENAME" .
docker export "$IMAGENAME" | docker import - "$IMAGENAME"
docker create --name image "$IMAGENAME"
docker export image | docker import - "$IMAGENAME"
docker push "$IMAGENAME"
- name: Create GitHub release
uses: sondreb/action-release@master
Expand Down

0 comments on commit 35cf9e9

Please sign in to comment.