Skip to content

Commit

Permalink
add path to dockerfile github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Jun 14, 2024
1 parent 8c68f3d commit 1f84ff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/l1-devnet-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
context: .
file: custom-images/l1-devnet/Dockerfile
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.REPOSITORY }}:${{ env.VERSION }}
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.REPOSITORY }}:latest
Expand Down

0 comments on commit 1f84ff0

Please sign in to comment.