Skip to content

add gh-action for testing docker pull #2

add gh-action for testing docker pull

add gh-action for testing docker pull #2

Workflow file for this run

name: Pull Docker Image
on:
push:
branches:
- main
- anmol/docker-test
jobs:
docker-pull:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Pull public Docker image
run: docker pull ghcr.io/cosmology-tech/jsd:latest