Skip to content

Commit

Permalink
removing unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmachado committed Feb 18, 2024
1 parent 25bc1ef commit 1057cfc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,11 @@ jobs:
- name: Build and push neo-cli-with-plugins
id: build-plugins-image
uses: docker/build-push-action@v5
env:
BUILDPLATFORM: ${{ matrix.platform }}
with:
platforms: ${{ matrix.platform }}
file: ./docker/Dockerfile.neo-node-with-plugins
target: NeoCliFinal
build-args: IMAGE_TAG=${{ steps.loadenv.outputs.image-tag }},BUILDPLATFORM=${{ matrix.platform }}
build-args: IMAGE_TAG=${{ steps.loadenv.outputs.image-tag }}
context: ./
outputs: type=image,name=${{ env.IMAGE_ID }},push-by-digest=true,name-canonical=true,push=true

Expand Down

0 comments on commit 1057cfc

Please sign in to comment.