Commit 33e2e89 1 parent a1d01eb commit 33e2e89 Copy full SHA for 33e2e89
File tree 1 file changed +19
-2
lines changed
1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,29 @@ jobs:
33
33
runs-on : ubuntu-latest
34
34
env :
35
35
GITHUB_TOKEN : ${{ secrets.REPO_TOKEN }}
36
+ ARTIFACT_NAME : ' platform'
37
+ envPAT : ${{ secrets.REPO_TOKEN }}
38
+ dockerUser : ${{ secrets.DOCKER_USERNAME }}
39
+ dockerToken : ${{ secrets.DOCKER_TOKEN }}
36
40
steps :
41
+ # - name: Get cache key
42
+ # uses: VirtoCommerce/vc-github-actions/cache-get-key@master
43
+ # id: cache-key
44
+ # with:
45
+ # runnerOs: ${{ runner.os }}
46
+ # artifactName: ${{ env.ARTIFACT_NAME }}
47
+ - name : Publish image
48
+ uses : VirtoCommerce/.github/.github/workflows/publish-docker.yml@v3.800.7
49
+ id : publish-image
50
+ with :
51
+ fullKey : ${{ needs.build.outputs.dockerFullKey }}
52
+ shortKey : ' ${{ needs.build.outputs.dockerShortKey }}-'
53
+ dockerTar : ${{ needs.build.outputs.dockerTar }}
37
54
- name : publish-tag
38
55
if : ${{ github.event_name == 'pull_request' }}
39
56
uses : VirtoCommerce/vc-github-actions/publish-artifact-link@master
40
57
with :
41
- artifactUrl : ${{ needs.build.outputs.imageTag }}
58
+ artifactUrl : ${{ steps.publish-image.tag }}
42
59
repoOrg : ${{ github.repository_owner }}
43
60
downloadComment : ' Image tag:'
44
- githubToken : ${{ env.GITHUB_TOKEN }}
61
+ githubToken : ${{ env.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments