Skip to content

Commit

Permalink
CI: Push gvmd-build image to docker registry
Browse files Browse the repository at this point in the history
The workflow for building the gvmd-build image now has the option to push the image to the docker registry set.
  • Loading branch information
timopollmeier authored and bjoernricks committed Mar 6, 2024
1 parent 3bf940f commit 19d6be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: true
build-args: |
GVM_LIBS_VERSION=${{ steps.container-opts.outputs.gvm-libs-version }}
file: .docker/build.Dockerfile
Expand Down

0 comments on commit 19d6be2

Please sign in to comment.