Skip to content

Commit 51bc786

Browse files
committed
Fixes
Signed-off-by: Itxaka <[email protected]>
1 parent c1318e5 commit 51bc786

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-build-flavor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
docker build -t ttl.sh/kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ github.sha }}:24h --build-arg=FLAVOR=${{ inputs.flavor_release }} -f images/Dockerfile.init .
6060
- name: Push to testing
6161
run: |
62-
docker push ttl.sh/kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ github.sha }}:24h"
62+
docker push ttl.sh/kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ github.sha }}:24h

images/Dockerfile.init

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG FLAVOR
1+
ARG FLAVOR=24.04
22

33
FROM golang AS build
44
WORKDIR /app

0 commit comments

Comments
 (0)