Skip to content

Commit 332f559

Browse files
fix: switch back to bootc
1 parent cf2602a commit 332f559

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,8 @@ runs:
198198
199199
ssh-keyscan -H "${VM_IP}" >> ~/.ssh/known_hosts
200200
201-
scp $SSH_OPTS "$UNMASK_SSHD_FILE" core@$VM_IP:/tmp/unmask-sshd.service
202-
ssh $SSH_OPTS core@${VM_IP} "sudo cp /tmp/unmask-sshd.service /etc/systemd/system/unmask-sshd.service && sudo systemctl daemon-reload && sudo systemctl enable unmask-sshd.service"
203-
204201
set +e
205-
ssh $SSH_OPTS core@${VM_IP} "sudo rpm-ostree rebase --reboot --bypass-driver ostree-unverified-registry:${REGISTRY}/${IMAGE}:${BRANCH}"
202+
ssh $SSH_OPTS core@${VM_IP} "sudo bootc switch --apply ${REGISTRY}/${IMAGE}:${BRANCH}"
206203
SSH_EXIT_CODE=$?
207204
set -e
208205
if [[ $SSH_EXIT_CODE -eq 255 ]]; then

unmask-sshd.service

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)