Skip to content

ci: shorten Docker image pull test in GitHub Action workflow #3

ci: shorten Docker image pull test in GitHub Action workflow

ci: shorten Docker image pull test in GitHub Action workflow #3

Workflow file for this run

name: Pull Docker Images
on:
push:
branches:
- main
jobs:
pull_images:
name: 📥 Pull Images
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Docker
uses: docker/setup-buildx-action@v1
- name: Run the script
run: chmod +x pull-common-images.sh && ./pull-common-images.sh nginx alpine hello-world redis