Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
[${{ inputs.host-platform }}] Build and test Docker image
runs-on: ${{ inputs.runs-on }}
steps:
- uses: envoyproxy/toolshed/gh-actions/bind-mounts@actions-v0.3.28
- uses: envoyproxy/toolshed/gh-actions/bind-mounts@actions-v0.4.1
with:
mounts: |
- src: /mnt/docker
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.30
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.4.1
id: changed
with:
input: |
Expand All @@ -32,14 +32,14 @@ jobs:
| bash::output
result-filter: |
. | split("\n") | map(select(length > 0))
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.4.1
id: config
with:
input: .github/config.yml
input-format: yaml-path
filter: |
{debian: .debian.ci, ubuntu: .ubuntu.ci}
- uses: envoyproxy/toolshed/gh-actions/torun@actions-v0.3.30
- uses: envoyproxy/toolshed/gh-actions/torun@actions-v0.4.1
id: torun
with:
event: ${{ github.event_name }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
contents: read
packages: write
steps:
- uses: envoyproxy/toolshed/gh-actions/bind-mounts@actions-v0.3.28
- uses: envoyproxy/toolshed/gh-actions/bind-mounts@actions-v0.4.1
with:
mounts: |
- src: /mnt/workspace
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Generate manifest configuration (Debian)
if: steps.built-distros.outputs.include-debian == 'true'
id: config-debian
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.4.1
with:
input: .github/config.yml
input-format: yaml-path
Expand All @@ -150,7 +150,7 @@ jobs:
- name: Generate manifest configuration (Ubuntu)
if: steps.built-distros.outputs.include-ubuntu == 'true'
id: config-ubuntu
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.4.1
with:
input: .github/config.yml
input-format: yaml-path
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
echo "$MERGED" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Collect and push OCI artifacts
uses: envoyproxy/toolshed/gh-actions/oci/collector@actions-v0.3.26
uses: envoyproxy/toolshed/gh-actions/oci/collector@actions-v0.4.1
if: >-
steps.built-distros.outputs.include-debian == 'true'
|| steps.built-distros.outputs.include-ubuntu == 'true'
Expand Down
Loading