Skip to content

Commit

Permalink
Build Docker Image on New Release (Pt. 2) (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs authored Mar 22, 2023
1 parent 26aaf00 commit 4febc23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
description: "Specify the Stride version tag"

jobs:
build:
build-image:
runs-on: ubuntu-latest
steps:
- name: Get Version
Expand Down Expand Up @@ -46,6 +46,8 @@ jobs:
gcloud auth configure-docker gcr.io
- name: Build and Push Image
env:
DOCKER_BUILDKIT: 1
shell: bash
run: |
tag=gcr.io/stride-nodes/core/stride:${{ env.version }}
Expand Down

0 comments on commit 4febc23

Please sign in to comment.