File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Provides GitHub Workflow
1111
1212## Docker
1313
14- - Build multi-platform docker image files: [ dockerx.yml] ( dockerx.yml )
14+ - Build multi-platform docker image files: [ dockerx-build-push .yml] ( dockerx-build-push .yml )
1515
1616## Cache
1717
Original file line number Diff line number Diff line change 77 pull_request :
88 types : [opened, synchronize, reopened]
99
10- jobs :
1110 dockerx-build :
1211 runs-on : ubuntu-latest
1312 steps :
3231 context : .
3332 file : ./Dockerfile
3433 push : true
35- # tags: gcr.io/${{ secrets.PROJECT_ID }}/githubaction-java-dev:${{ env.IMAGE_TAG }}
36- tags : gcr.io/${{ secrets.PROJECT_ID }}/githubaction-java-dev:latest
34+ tags : gcr.io/${{ secrets.PROJECT_ID }}/${{ github.repository }}:${{ github.sha }}
You can’t perform that action at this time.
0 commit comments