Skip to content

Commit

Permalink
remove ack fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmcshane committed Mar 7, 2024
1 parent 7920bdc commit 115febd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Setup porter
uses: porter-dev/[email protected]
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.IMAGE_BUILD_TOKEN }}
- name: Pull unauthenticated images
run: |
docker pull ghcr.io/porter-dev/cluster-control-plane/ccp-cli:latest
Expand Down

0 comments on commit 115febd

Please sign in to comment.