Skip to content

Commit

Permalink
push image to github packages (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
DuodenumL authored Sep 30, 2021
1 parent e831a91 commit cd84b32
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: build and push
- name: build and push to github packages
uses: docker/build-push-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
tag_with_ref: true
tag_with_sha: false

- name: build and push to docker hub
uses: docker/build-push-action@v1
with:
repository: projecteru2/cli
Expand Down

0 comments on commit cd84b32

Please sign in to comment.