Skip to content

Commit

Permalink
Try to install and login with Podman
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Apr 17, 2024
1 parent 830951b commit 1876feb
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,24 +75,23 @@ jobs:
packages: write

steps:
- name: Setup Docker
- name: Setup Podman
run: |
brew install docker
sudo systemctl start docker
brew install podman
podman machine init
podman machine start
podman info
- name: Login to registry
uses: docker/login-action@v3
uses: redhat-actions/podman-login@v1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Setup Yarn
run: brew install yarn

- name: Setup Node 20.10.0 LTS
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 1876feb

Please sign in to comment.