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 ce15479 commit 534637c
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,9 @@ 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: portersupport
password: ${{ secrets.IMAGE_BUILD_TOKEN }}
- name: Pull unauthenticated images
run: |
echo $GITHUB_TOKEN | docker login ghcr.io -u USERNAME --password-stdin
docker pull ghcr.io/porter-dev/cluster-control-plane/ccp-cli:latest
env:
GITHUB_TOKEN: ${{ secrets.IMAGE_BUILD_TOKEN }}
Expand Down

0 comments on commit 534637c

Please sign in to comment.