Update .github/workflows/release-canary-v3.yml

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-07 17:43:50 +02:00
parent 6153f65ea7
commit 0cd5a52949

View File

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest
container:
image: ghcr.io/pikaos-linux/pikaos-builder:canaryv3
volumes:
@ -19,13 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
@ -42,4 +35,3 @@ jobs:
- name: Release Package
run: ./release.sh