From 6d09da3ea231655eb3f49715330284e0e5410ac3 Mon Sep 17 00:00:00 2001 From: Craig Jellick Date: Tue, 26 Jul 2022 15:54:48 -0700 Subject: [PATCH] Remove k3s install. acorn setup does that --- .github/workflows/release.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9405fd3..327ebd0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,9 +9,6 @@ jobs: push: runs-on: buildjet-4vcpu-ubuntu-2004 steps: - - uses: debianmaster/actions-k3s@v1.0.5 - with: - version: 'v1.24.3-k3s1' - uses: actions/checkout@v3 - uses: acorn-io/actions-setup@v1 with: @@ -23,4 +20,4 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - run: | acorn build -t ghcr.io/acorn-io/acorn-dns:$GITHUB_REF . - acorn push ghcr.io/acorn-io/acorn-dns:$GITHUB_REF \ No newline at end of file + acorn push ghcr.io/acorn-io/acorn-dns:$GITHUB_REF