diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b7843f8..c8cb130 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,7 +8,7 @@ jobs: - name: GHA Docker Image Exists id: gha-docker-image-exists continue-on-error: true - uses: Y0sh1dk/gha-docker-image-exists@main + uses: Y0sh1dk/gha-docker-image-exists@feature/multi-arch-tests with: image: nginx:latest - name: Check output @@ -24,7 +24,7 @@ jobs: - name: GHA Docker Image Exists id: gha-docker-image-exists continue-on-error: true - uses: Y0sh1dk/gha-docker-image-exists@main + uses: Y0sh1dk/gha-docker-image-exists@feature/multi-arch-tests with: image: nginx:invalid-tag - name: Check output