Skip to content

Commit

Permalink
Merge branch 'main' into fix-near
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroms authored Jun 3, 2024
2 parents f718396 + 897e768 commit 1fb756d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lava.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:

build_docker:
permissions:
contents: read
contents: write
packages: write
needs: [test-consensus, test-protocol]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -412,6 +412,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push
uses: docker/build-push-action@v5
continue-on-error: true
with:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 1fb756d

Please sign in to comment.