Skip to content

Commit

Permalink
Merge fix from #30 into Main (#32)
Browse files Browse the repository at this point in the history
Merge fix from #30 into Main
  • Loading branch information
schiltz3 authored Sep 7, 2022
2 parents 6e40e09 + fbb6792 commit 90b642d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 90b642d

Please sign in to comment.