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 0cd5950 commit 5cc8192
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ jobs:
run: |
echo "Run tests"
container-structure-test test \
--image andyaugustin/${{ matrix.variant }}:${{ steps.meta.outputs.tags }} \
--image andyaugustin/${{ matrix.variant }}:${{ matrix.target == 'dev' && '-dev' || '' }}\
--config src/test-config.yaml
container-structure-test test \
--image ghcr.io/andreasaugustin/${{ matrix.variant }}:${{ matrix.target == 'dev' && '-dev' || '' }}\
--config src/test-config.yaml
- name: push ${{ matrix.variant }}
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 5cc8192

Please sign in to comment.