Skip to content

Commit 94cb64c

Browse files
authored
Fix fcos build (#202)
* Ready up
1 parent a75befd commit 94cb64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
tar -cvf sind-$TARGET.tar.gz sind
300300
gh release upload ${{github.ref_name}} *.tar.gz
301301
fcos-image:
302-
needs: [release ]
302+
needs: [ release ]
303303
runs-on: ubuntu-latest
304304
if: github.ref_type == 'tag'
305305
env:
@@ -332,7 +332,7 @@ jobs:
332332
build-args: VERSION=${{ github.ref_name }}
333333
tags: ${{ steps.meta.outputs.tags }}
334334
labels: ${{ steps.meta.outputs.labels }}
335-
file: ./ContainerFile
335+
file: ./images/fcos-skate/ContainerFile
336336
cache-from: type=gha
337337
cache-to: type=gha,mode=max
338338
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)