Skip to content

Commit f719812

Browse files
committed
Fix CI
1 parent 128a7c4 commit f719812

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
docker:
1212
name: Build Docker Image
1313
runs-on: ubuntu-latest
14-
needs: pre-commit
1514
steps:
1615
- name: Checkout code
1716
uses: actions/checkout@v2
@@ -21,6 +20,6 @@ jobs:
2120
username: _json_key
2221
password: ${{ secrets.GAR_JSON_KEY }}
2322
registry: europe-west4-docker.pkg.dev
24-
repository: stakewiselabs/public/oracle
23+
repository: stakewiselabs/public/subgraphs
2524
tag_with_ref: true
2625
tag_with_sha: true

0 commit comments

Comments
 (0)