mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-23 14:34:57 -04:00
bazel: fix container versioning
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
7776a890d4
commit
342a71fa36
2 changed files with 3 additions and 2 deletions
3
.github/workflows/build-bazel-container.yml
vendored
3
.github/workflows/build-bazel-container.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
- "main"
|
- "main"
|
||||||
paths:
|
paths:
|
||||||
- "bazel/container/**"
|
- "bazel/container/**"
|
||||||
|
- ".github/workflows/build-bazel-container.yml"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -23,7 +24,7 @@ jobs:
|
||||||
working-directory: ./bazel/container
|
working-directory: ./bazel/container
|
||||||
run: |
|
run: |
|
||||||
version=$(grep "ARG BAZEL_VERSION" Containerfile | cut -d= -f2)
|
version=$(grep "ARG BAZEL_VERSION" Containerfile | cut -d= -f2)
|
||||||
echo "version=${version}" | tee -a "$GITHUB_OUTPUT"
|
echo "version=v${version}" | tee -a "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
@ -15,7 +15,7 @@ function setup {
|
||||||
}
|
}
|
||||||
|
|
||||||
function startBazelServer {
|
function startBazelServer {
|
||||||
local containerImage="ghcr.io/edgelesssys/bazel-container:v6.2.1-0"
|
local containerImage="ghcr.io/edgelesssys/bazel-container:v6.2.1"
|
||||||
local containerName="bazeld"
|
local containerName="bazeld"
|
||||||
|
|
||||||
setup
|
setup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue