We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf6cae commit 42c9e14Copy full SHA for 42c9e14
.github/workflows/docker-build.yaml
@@ -89,3 +89,23 @@ jobs:
89
labels: ${{ steps.meta-succinct-eigenda.outputs.labels }}
90
cache-from: type=gha
91
cache-to: type=gha,mode=max
92
+
93
+ - name: Docker meta for proposer-eigenda
94
+ id: meta-proposer-eigenda
95
+ uses: docker/metadata-action@v5
96
+ with:
97
+ images: ghcr.io/${{ github.repository }}/proposer-eigenda
98
+ tags: |
99
+ type=ref,event=tag
100
+ type=sha
101
102
+ - name: Build and push proposer-eigenda
103
+ uses: docker/build-push-action@v6
104
105
+ context: .
106
+ file: fault-proof/Dockerfile.proposer.eigenda
107
+ push: true
108
+ tags: ${{ steps.meta-proposer-eigenda.outputs.tags }}
109
+ labels: ${{ steps.meta-proposer-eigenda.outputs.labels }}
110
+ cache-from: type=gha
111
+ cache-to: type=gha,mode=max
0 commit comments