Skip to content

Commit

Permalink
Remove env var
Browse files Browse the repository at this point in the history
  • Loading branch information
fabergat committed Feb 4, 2025
1 parent fd1935c commit 77eb88d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ permissions:

## Define which docker arch to build for
env:
environment: "Push to Docker"
docker_platforms: "linux/amd64"
docker-org: blockstack
latest_release: $(curl -s https://api.github.com/repos/${{ github.repository }}/releases/latest | jq -r .tag_name)
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
- blocklist-client

runs-on: ubuntu-latest
environment: ${{ env.environment }}
environment: "Push to Docker"
steps:
## Setup Docker for the builds
- name: Docker setup
Expand Down

0 comments on commit 77eb88d

Please sign in to comment.