We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e831a91 commit cd84b32Copy full SHA for cd84b32
.github/workflows/dockerimage.yml
@@ -14,7 +14,16 @@ jobs:
14
- name: checkout
15
uses: actions/checkout@v2
16
17
- - name: build and push
+ - 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
27
uses: docker/build-push-action@v1
28
with:
29
repository: projecteru2/cli
0 commit comments