Skip to content

Commit

Permalink
build: [#8] Docker build arg to ensure that multiple images can be bu…
Browse files Browse the repository at this point in the history
…ilt and pushed
  • Loading branch information
sbp-bvanb committed Dec 7, 2024
1 parent 516f89f commit cee24f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
mcvs-docker-action:
runs-on: ubuntu-20.04
steps:
#
- uses: actions/[email protected]
- uses: schubergphilis/mcvs-docker-action@v0.5.6
- uses: schubergphilis/mcvs-docker-action@96-docker-build-arg
with:
build-args: mcvs-stub-server
dockle-accept-key: curl,HOME,libcrypto3,libssl3,PATH
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cee24f0

Please sign in to comment.