mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
commit
ce8cf8eba2
1 changed files with 7 additions and 1 deletions
8
.github/workflows/ci-build.yml
vendored
8
.github/workflows/ci-build.yml
vendored
|
|
@ -15,6 +15,10 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Set image tag (timestamp)
|
||||||
|
id: vars
|
||||||
|
run: echo "TAG=$(date +'%Y%m%d-%H%M%S')" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
|
|
@ -32,4 +36,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: europe-west3-docker.pkg.dev/task-460410/task-repo/app:latest
|
tags: |
|
||||||
|
europe-west3-docker.pkg.dev/task-460410/task-repo/app:latest
|
||||||
|
europe-west3-docker.pkg.dev/task-460410/task-repo/app:${{ steps.vars.outputs.TAG }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue