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 3900f12 commit 2effe6cCopy full SHA for 2effe6c
.github/workflows/deploy.yml
@@ -35,10 +35,10 @@ jobs:
35
run: 'docker tag controller:latest $GITHUB_REPOSITORY:$GITHUB_SHA'
36
37
- name: Push image for github container repository with commit SHA
38
- run: 'docker push controller:latest $GITHUB_REPOSITORY:$GITHUB_SHA'
+ run: 'docker push $GITHUB_REPOSITORY:$GITHUB_SHA'
39
40
- name: Tag image for github container repository with latest
41
run: 'docker tag controller:latest $GITHUB_REPOSITORY:latest'
42
43
- name: Push image for github container repository with latest
44
- run: 'docker push controller:latest $GITHUB_REPOSITORY:latest'
+ run: 'docker push $GITHUB_REPOSITORY:latest'
0 commit comments