From 063258e8c7e7437b48a931200e0cbcff94bc52a9 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Fri, 23 Feb 2024 16:00:43 +0000 Subject: [PATCH] -y Signed-off-by: Martyn Ranyard --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 42452b1..9cf5520 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -4,7 +4,7 @@ jobs: runs-on: docker steps: - run: echo All Good - - run: apt update && apt install docker.io + - run: apt update && apt install docker.io -y - run: docker build -t git.martyn.berlin/martyn/fat-ssh:latest - run: docker login -P ${{ secrets.PUSH_TOKEN }} -u martyn git.martyn.berlin - run: docker push git.martyn.berlin/martyn/fat-ssh:latest