Skip to content

Commit 2ea2488

Browse files
committed
feat: Add Push to Github Package
1 parent f58c0b1 commit 2ea2488

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,12 @@ jobs:
3434
with:
3535
push: true
3636
tags: oda2/ibmcloud-cli:latest
37+
38+
- name: Push to GitHub Packages
39+
uses: docker/build-push-action@v2
40+
with:
41+
username: ${{ github.actor }}
42+
password: ${{ secrets.GITHUB_TOKEN }}
43+
registry: docker.pkg.github.com
44+
repository: oda2/docker-ibmcloud-cli/latest
45+
push: true

0 commit comments

Comments
 (0)