We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8613b0 commit ec6afa2Copy full SHA for ec6afa2
.github/workflows/ci.yml
@@ -59,5 +59,5 @@ jobs:
59
tags: ${{ matrix.image }}
60
- name: Test ${{ matrix.name }}
61
run: |
62
- docker pull ${{ matrix.image}}:${{ matrix.name }}
+ docker pull ${{ matrix.image}}
63
docker image inspect ${{ matrix.image}}
0 commit comments