Skip to content

Commit

Permalink
Merge pull request #19 from vincentberry/dev
Browse files Browse the repository at this point in the history
🐞 fix(workflows): Add Instal OCI CLI
  • Loading branch information
vincentberry authored Mar 11, 2024
2 parents 261769a + eda3868 commit 6294f76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-image_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
steps:

- uses: actions/checkout@v2

- name: Install OCI CLI
run: |
curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh | bash
sudo mv $HOME/bin/oci /usr/bin/oci
- name: docker login
env:
DOCKER_USER: ${{secrets.DOCKER_USER}}
Expand Down

0 comments on commit 6294f76

Please sign in to comment.