We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e40e09 commit e1df52fCopy full SHA for e1df52f
.github/workflows/publish-docker-image.yml
@@ -13,11 +13,11 @@ jobs:
13
#This Action Emits 2 Variables, IMAGE_SHA_NAME and IMAGE_URL
14
#which you can reference in subsequent steps
15
- name: Publish Docker Image to GPR
16
- uses: machine-learning-apps/gpr-docker-publish@main
+ uses: machine-learning-apps/gpr-docker-publish@master
17
id: docker
18
with:
19
IMAGE_NAME: 'cssc-bot'
20
TAG: 'latest'
21
DOCKERFILE_PATH: './Dockerfile'
22
env:
23
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments