Skip to content

Commit

Permalink
CI: fix ghcr urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 8, 2023
1 parent 1ee26cf commit e1d2ff9
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/jdxcode/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/jdxcode/rtx:deb
container: ghcr.io/jdx/rtx:deb
timeout-minutes: 10
needs: [build-tarball]
steps:
Expand Down

0 comments on commit e1d2ff9

Please sign in to comment.