From 3ae1d0e586938cf7639c66322d00fc487f9cb87b Mon Sep 17 00:00:00 2001 From: sqozz Date: Fri, 26 Apr 2024 11:14:52 +0200 Subject: [PATCH] Update .forgejo/workflows/build.yaml --- .forgejo/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index f40e8bc..6c0b152 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -10,4 +10,4 @@ jobs: - run: buildah login --username ${{ secrets.username }} --password ${{ secrets.password }} git.geekify.de - run: wget https://git.geekify.de/Containers/alpine-bash/raw/branch/main/Dockerfile - run: buildah build --isolation=chroot | tee container_id - - run: buildah push $(tail -n 1 container_id) git.geekify.de/containers/alpine-test:latest \ No newline at end of file + - run: buildah push $(tail -n 1 container_id) git.geekify.de/containers/alpine-bash:latest \ No newline at end of file