Skip to content

Commit

Permalink
chore(#502): 🧑‍💻
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Augustin <dev@andreas-augustin.org>
  • Loading branch information
AndreasAugustin committed Mar 16, 2024
1 parent 489a4fd commit a3e1c6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
echo "Run tests"
container-structure-test test \
--image andyaugustin/${{ matrix.variant }}:${{ inputs.tag }}${{ matrix.target == 'dev' && '-dev' || '' }}\
--config src/test-config.yaml
--config docker-test-config.yaml
container-structure-test test \
--image ghcr.io/andreasaugustin/${{ matrix.variant }}:${{ inputs.tag }}${{ matrix.target == 'dev' && '-dev' || '' }}\
--config src/test-config.yaml
--config docker-test-config.yaml
- name: push ${{ matrix.variant }}
uses: docker/build-push-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_test_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
echo "Run tests"
container-structure-test test \
--image ${{ matrix.docker-image }}:${{ inputs.tag }} \
--config src/test-config.yaml
--config docker-test-config.yaml
File renamed without changes.

0 comments on commit a3e1c6e

Please sign in to comment.