Skip to content

Commit 1e6d29a

Browse files
committed
.
1 parent 8c501e6 commit 1e6d29a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

dockerx.yml renamed to dockerx-gcr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
pull_request:
88
types: [opened, synchronize, reopened]
99

10-
jobs:
1110
dockerx-build:
1211
runs-on: ubuntu-latest
1312
steps:
@@ -32,5 +31,4 @@ jobs:
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 }}

0 commit comments

Comments
 (0)