Skip to content

Commit

Permalink
ci: shorten Docker image pull test in GitHub Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaAboutalebi committed Jun 25, 2024
1 parent 20dcbc9 commit 01a255c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Run the script
run: chmod +x pull-common-images.sh && ./pull-common-images.sh
run: chmod +x pull-common-images.sh && ./pull-common-images.sh nginx alpine hello-world redis

0 comments on commit 01a255c

Please sign in to comment.