Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #29 from cjellick/main
Browse files Browse the repository at this point in the history
Remove k3s install. acorn setup does that
  • Loading branch information
cjellick authored Jul 26, 2022
2 parents 33907c6 + 6d09da3 commit 6ed5be1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
push:
runs-on: buildjet-4vcpu-ubuntu-2004
steps:
- uses: debianmaster/[email protected]
with:
version: 'v1.24.3-k3s1'
- uses: actions/checkout@v3
- uses: acorn-io/actions-setup@v1
with:
Expand All @@ -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
acorn push ghcr.io/acorn-io/acorn-dns:$GITHUB_REF

0 comments on commit 6ed5be1

Please sign in to comment.