Skip to content

Commit

Permalink
Updated tests to support new action
Browse files Browse the repository at this point in the history
  • Loading branch information
Arv1nt3 committed Jan 12, 2024
1 parent 624b30c commit 863dd9d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]

- name: Login to GitHub Container Registry
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Build image and push to registry
run: |
docker buildx build \
Expand All @@ -20,7 +23,7 @@ jobs:
--push \
./test
- name: Test Action with Sample Nginx Application
- name: Test Action with Sample Flask Application
uses: Arv1nt3/kubernetes-deployment-tester-action@main
with:
image_name: 'ghcr.io/arv1nt3/application:latest'
Expand Down Expand Up @@ -60,7 +63,7 @@ jobs:
--load \
./test
- name: Test Action with Sample Nginx Application
- name: Test Action with Sample Flask Application
uses: Arv1nt3/kubernetes-deployment-tester-action@main
with:
image_name: 'ghcr.io/arv1nt3/application:latest'
Expand Down

0 comments on commit 863dd9d

Please sign in to comment.