We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75befd commit 94cb64cCopy full SHA for 94cb64c
.github/workflows/build.yml
@@ -299,7 +299,7 @@ jobs:
299
tar -cvf sind-$TARGET.tar.gz sind
300
gh release upload ${{github.ref_name}} *.tar.gz
301
fcos-image:
302
- needs: [release ]
+ needs: [ release ]
303
runs-on: ubuntu-latest
304
if: github.ref_type == 'tag'
305
env:
@@ -332,7 +332,7 @@ jobs:
332
build-args: VERSION=${{ github.ref_name }}
333
tags: ${{ steps.meta.outputs.tags }}
334
labels: ${{ steps.meta.outputs.labels }}
335
- file: ./ContainerFile
+ file: ./images/fcos-skate/ContainerFile
336
cache-from: type=gha
337
cache-to: type=gha,mode=max
338
platforms: linux/amd64,linux/arm64
0 commit comments