Skip to content

build(deps): bump the gomod-all group across 1 directory with 13 updates #762

build(deps): bump the gomod-all group across 1 directory with 13 updates

build(deps): bump the gomod-all group across 1 directory with 13 updates #762

Workflow file for this run

---
name: Docker
"on":
# required by gomod-go-version-updater to trigger this action once pr has
# been reviewed
pull_request_review:
types: [submitted]
push:
permissions:
contents: read
packages: write
jobs:
mcvs-docker-action:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- uses: schubergphilis/[email protected]
with:
build-args: |
APPLICATION=n3dr
VERSION=${{ github.ref_name }}
dockle-accept-key: APPLICATION,libcrypto3,libssl3
token: ${{ secrets.GITHUB_TOKEN }}