We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d7e86 commit c1318e5Copy full SHA for c1318e5
.github/workflows/reusable-build-flavor.yaml
@@ -59,7 +59,4 @@ jobs:
59
docker build -t ttl.sh/kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ github.sha }}:24h --build-arg=FLAVOR=${{ inputs.flavor_release }} -f images/Dockerfile.init .
60
- name: Push to testing
61
run: |
62
- _IMG=$(cat IMAGE)
63
- TEST_IMAGE="ttl.sh/kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ github.sha }}:24h"
64
- docker tag $_IMG $TEST_IMAGE
65
- docker push $TEST_IMAGE
+ docker push ttl.sh/kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ github.sha }}:24h"
.github/workflows/uki.yaml
0 commit comments