mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
CI:Build
This commit is contained in:
parent
59fc4c7dec
commit
d8571847ff
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
|
||||
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
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
|
|
@ -32,4 +36,6 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
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