Skip to content

Commit

Permalink
github: build-and-push: Fix image name
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Oct 3, 2024
1 parent 9a3566a commit dd53bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
repo sync
MACHINE=${{ env.MACHINE }} EULA=1 source setup-environment
grep -qxF 'TDX_PURPOSE = "Release"' conf/local.conf || echo 'TDX_PURPOSE = "Release"' >> conf/local.conf
bitbake torizon-core-docker
bitbake torizon-core-common-docker
- name: Create tar archive of artifacts
run: |
tar -cvf ${{ env.MACHINE }}-artifacts.tar -C /workdir/build-*/deploy/images/${{ env.MACHINE }}/ .
Expand Down

0 comments on commit dd53bfb

Please sign in to comment.