Skip to content

Commit

Permalink
feat: file refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Oct 31, 2024
1 parent f286a0c commit b962b3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/rpc-proxy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: Build and export to Docker
uses: docker/build-push-action@v6
with:
context: ./docker/rpc-proxy
context: .
file: docker/rpc-proxy/Dockerfile
load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -61,6 +62,8 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: .
file: docker/rpc-proxy/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
3 changes: 1 addition & 2 deletions .github/workflows/rpc-proxy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
workflow_call:

jobs:
build:
name: Test RPC Proxy
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit b962b3c

Please sign in to comment.