Skip to content

Commit e1df52f

Browse files
authored
Update publish-docker-image.yml
Signed-off-by: Nate Goldsborough <nathen418@playantares.com>
1 parent 6e40e09 commit e1df52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
#This Action Emits 2 Variables, IMAGE_SHA_NAME and IMAGE_URL
1414
#which you can reference in subsequent steps
1515
- name: Publish Docker Image to GPR
16-
uses: machine-learning-apps/gpr-docker-publish@main
16+
uses: machine-learning-apps/gpr-docker-publish@master
1717
id: docker
1818
with:
1919
IMAGE_NAME: 'cssc-bot'
2020
TAG: 'latest'
2121
DOCKERFILE_PATH: './Dockerfile'
2222
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)