diff --git a/.github/workflows/publish-docker-image.yml b/.github/workflows/publish-docker-image.yml index 08af35f..d337d6d 100644 --- a/.github/workflows/publish-docker-image.yml +++ b/.github/workflows/publish-docker-image.yml @@ -13,11 +13,11 @@ jobs: #This Action Emits 2 Variables, IMAGE_SHA_NAME and IMAGE_URL #which you can reference in subsequent steps - name: Publish Docker Image to GPR - uses: machine-learning-apps/gpr-docker-publish@main + uses: machine-learning-apps/gpr-docker-publish@master id: docker with: IMAGE_NAME: 'cssc-bot' TAG: 'latest' DOCKERFILE_PATH: './Dockerfile' env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}