Skip to content

Commit

Permalink
[skip ci] Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0sh1dk authored and github-actions[bot] committed Dec 17, 2023
1 parent d566510 commit 3d40a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3d40a46

Please sign in to comment.