Skip to content

Commit

Permalink
Update override_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Feb 27, 2024
1 parent f892a59 commit 106747f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/override_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ jobs:
- name: Test the container image overrides configuration
run: |
echo "Checking image references in started containers...";
docker container inspect amazeeio-haproxy | jq '.[].Config.Image' | grep 'ghcr.io/pygmystack/haproxy:main';
docker container inspect amazeeio-haproxy | jq '.[].Config.Image' | grep '${{ steps.meta.outputs.tags }}';
pygmy --config examples/pygmy.basic.yml clean;
pygmy --config examples/pygmy.yml up;
echo "Checking image references in started containers...";
docker container inspect amazeeio-haproxy | jq '.[].Config.Image' | grep 'ghcr.io/pygmystack/haproxy:main';
docker container inspect amazeeio-haproxy | jq '.[].Config.Image' | grep '${{ steps.meta.outputs.tags }}';
- name: Clone the official examples
run: |
Expand Down

0 comments on commit 106747f

Please sign in to comment.