From 99bf8f824ac63c9cf9dcb5d590ed34b7198f675d Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 5 Jul 2024 18:50:40 -0600 Subject: [PATCH] testing docker build --- .gitea/workflows/package.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/package.yaml b/.gitea/workflows/package.yaml index 22623fe..2e441ae 100644 --- a/.gitea/workflows/package.yaml +++ b/.gitea/workflows/package.yaml @@ -18,11 +18,12 @@ jobs: - run: uname -v - run: apt update - run: apt install -y docker.io + - name: Check out repository code + uses: actions/checkout@v4 - run: sudo docker build . -t "pogmom/debify-$(uname -m):sid" + # - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" # - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." -# - name: Check out repository code -# uses: actions/checkout@v4 # - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." # - run: echo "🖥️ The workflow is now ready to test your code on the runner." # - name: List files in the repository