Skip to content

Commit

Permalink
deleteme
Browse files Browse the repository at this point in the history
  • Loading branch information
willcl-ark committed Mar 5, 2024
1 parent b7babe1 commit 9053f98
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-rpc-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ on:
- main

jobs:
build-image:
deployment:
runs-on: ubuntu-latest
environment:
name: production
environment: production
steps:
-
name: Debug environment context
run: |
echo "Running in environment: ${{ vars.HELLO }}"
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 9053f98

Please sign in to comment.