This repository was archived by the owner on Dec 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4545 id : metadata
4646 with :
4747 images : |
48- us-docker.pkg.dev/${{ env.GarProjectID }}/${{ env.GarRepo }}/${{ env.GarImageName }}:${{ github.ref_name }}
48+ us-docker.pkg.dev/${{ env.GarProjectID }}/${{ env.GarRepo }}/${{ env.GarImageName }}:${{ github.sha }}
4949
5050 - name : Backend Image Docker Build and Push
5151 uses : int128/kaniko-action@v1
6060 --snapshot-mode=redo
6161 --cache-ttl=730h
6262 tags : |
63- us-docker.pkg.dev/${{ env.GarProjectID }}/${{ env.GarRepo }}/${{ env.GarImageName }}:${{ github.ref_name }}
63+ us-docker.pkg.dev/${{ env.GarProjectID }}/${{ env.GarRepo }}/${{ env.GarImageName }}:${{ github.sha }}
6464 us-docker.pkg.dev/${{ env.GarProjectID }}/${{ env.GarRepo }}/${{ env.GarImageName }}:latest
6565 build-args : |
66- DANSWER_VERSION=${{ github.ref_name }}
66+ DANSWER_VERSION=${{ github.sha }}
Original file line number Diff line number Diff line change 4545 id : metadata
4646 with :
4747 images : |
48- us-docker.pkg.dev/${{ env.GarProjectID }}/${{ env.GarRepo }}/${{ env.GarImageName }}:${{ github.ref_name }}
48+ us-docker.pkg.dev/${{ env.GarProjectID }}/${{ env.GarRepo }}/${{ env.GarImageName }}:${{ github.sha }}
4949
5050 - name : Web Image Docker Build and Push
5151 uses : int128/kaniko-action@v1
6060 --snapshot-mode=redo
6161 --cache-ttl=730h
6262 tags : |
63- us-docker.pkg.dev/${{ env.GarProjectID }}/${{ env.GarRepo }}/${{ env.GarImageName }}:${{ github.ref_name }}
63+ us-docker.pkg.dev/${{ env.GarProjectID }}/${{ env.GarRepo }}/${{ env.GarImageName }}:${{ github.sha }}
6464 us-docker.pkg.dev/${{ env.GarProjectID }}/${{ env.GarRepo }}/${{ env.GarImageName }}:latest
6565 build-args : |
66- DANSWER_VERSION=${{ github.ref_name }}
66+ DANSWER_VERSION=${{ github.sha }}
You can’t perform that action at this time.
0 commit comments