Skip to content

Commit cd84b32

Browse files
authored
push image to github packages (#75)
1 parent e831a91 commit cd84b32

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,16 @@ jobs:
1414
- name: checkout
1515
uses: actions/checkout@v2
1616

17-
- name: build and push
17+
- name: build and push to github packages
18+
uses: docker/build-push-action@v1
19+
with:
20+
registry: ghcr.io
21+
username: ${{ github.actor }}
22+
password: ${{ secrets.GITHUB_TOKEN }}
23+
tag_with_ref: true
24+
tag_with_sha: false
25+
26+
- name: build and push to docker hub
1827
uses: docker/build-push-action@v1
1928
with:
2029
repository: projecteru2/cli

0 commit comments

Comments
 (0)