Skip to content

Commit

Permalink
Update build_and_push_image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnp authored Feb 25, 2025
1 parent a665394 commit bf96584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push mainnet fork image
- name: Build and push image
uses: docker/build-push-action@v6.1.0
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ghcr.io/lidofinance/scripts:${{ github.ref_name }}

0 comments on commit bf96584

Please sign in to comment.