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 2d46ade commit a6bd575
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/porter_stack_integration-test-provisioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ name: Deploy to integration-test-provisioning
jobs:
porter-deploy:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -18,12 +14,15 @@ 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 portersupport --password-stdin
docker pull ghcr.io/porter-dev/cluster-control-plane/ccp-cli:latest
env:
GITHUB_TOKEN: ${{ secrets.IMAGE_BUILD_TOKEN }}
- name: Deploy stack
timeout-minutes: 30
run: exec porter apply
Expand Down

0 comments on commit a6bd575

Please sign in to comment.