We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f74ae9 commit 7639f8cCopy full SHA for 7639f8c
.github/workflows/init_container.yaml
@@ -53,7 +53,7 @@ jobs:
53
aws s3 cp s3://${{ secrets.RELEASE_ARTIFACTS_BUCKET }}/artifacts/${{ inputs.release_tag }}/${{ matrix.agents.file }} ./lightrun-init-agent/
54
55
56
- - name: Build and push linux container
+ - name: Build and push ${{ matrix.agents.platform }} container
57
uses: docker/build-push-action@v3
58
with:
59
context: .
0 commit comments