Skip to content

Commit

Permalink
login to docker registry before running workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrinjenson committed Oct 16, 2023
1 parent eb7fcfc commit ef6d49a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ name: Integration
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'helm/**'
- 'assets/**'
- '**.md'
- "docs/**"
- "helm/**"
- "assets/**"
- "**.md"

jobs:

docker-compose-test:
name: Quest Smoke and Load Tests
runs-on: ubuntu-latest
steps:
- name: Login to GitHub Container Registry
run: echo ${{ secrets.GH_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Checkout
uses: actions/checkout@v3
- name: Start compose
Expand Down
3 changes: 0 additions & 3 deletions docker-compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ services:

panorama:
image: ghcr.io/aldrinjenson/panorama:main
credentials:
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_TOKEN }}
networks:
- parseable-internal
depends_on:
Expand Down

0 comments on commit ef6d49a

Please sign in to comment.