Skip to content

Commit

Permalink
CI: stop using custom container since it is missing gpg and it broke …
Browse files Browse the repository at this point in the history
…the most recent release
  • Loading branch information
jdx committed Dec 7, 2023
1 parent 232f10c commit f63a229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
runs-on: ubuntu-22.04
needs: [build-tarball]
timeout-minutes: 10
container: ghcr.io/jdx/rtx:rpm
# container: ghcr.io/jdx/rtx:rpm
steps:
- uses: actions/checkout@v4
- uses: crazy-max/ghaction-import-gpg@v6
Expand All @@ -148,7 +148,7 @@ jobs:
if-no-files-found: error
deb:
runs-on: ubuntu-22.04
container: ghcr.io/jdx/rtx:deb
# container: ghcr.io/jdx/rtx:deb
timeout-minutes: 10
needs: [build-tarball]
steps:
Expand Down

0 comments on commit f63a229

Please sign in to comment.