diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 73856c0..4a8715c 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -13,7 +13,7 @@ jobs: - name: Install Dependencies run: | - sudo apt-get update && sudo apt-get install -y curl jq docker.io + apt-get update && apt-get install -y curl jq docker.io - name: Get Forge Snapshot Tag id: get_tag