Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Change docker path for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancients authored and Ancient123 committed Feb 28, 2022
1 parent 16b0a92 commit e777807
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
runs-on: self-hosted
container:
image: ghcr.io/spectrumxyz/nix:main
image: ghcr.io/espressosystems/nix:main
credentials:
username: ancient123
password: ${{ secrets.ORG_GITHUB_PAT }}
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
name: Generate Docker Metadata
id: meta
with:
images: ghcr.io/SpectrumXYZ/cape/wallet
images: ghcr.io/espressosystems/cape/wallet

- uses: docker/build-push-action@v2
name: Build and Push Docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
runs-on: self-hosted
container:
image: ghcr.io/spectrumxyz/nix:main
image: ghcr.io/espressosystems/nix:main
credentials:
username: ancient123
password: ${{ secrets.ORG_GITHUB_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: true
runs-on: self-hosted
container:
image: ghcr.io/spectrumxyz/nix:main
image: ghcr.io/espressosystems/nix:main
credentials:
username: ancient123
password: ${{ secrets.ORG_GITHUB_PAT }}
Expand Down

0 comments on commit e777807

Please sign in to comment.