Skip to content

Commit

Permalink
chore(deps): bump nrkno/github-workflow-docker-build-push
Browse files Browse the repository at this point in the history
Bumps [nrkno/github-workflow-docker-build-push](https://github.com/nrkno/github-workflow-docker-build-push) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/nrkno/github-workflow-docker-build-push/releases)
- [Commits](nrkno/github-workflow-docker-build-push@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: nrkno/github-workflow-docker-build-push
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and siljekristensen committed Dec 3, 2024
1 parent 8340bdd commit 124e417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-prerelease-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
tags: "${{ steps.quantel-dockerhub-tag.outputs.tags }}"

trivy-scanning-http-server:
uses: nrkno/github-workflow-docker-build-push/.github/workflows/workflow.yaml@v4.1.0
uses: nrkno/github-workflow-docker-build-push/.github/workflows/workflow.yaml@v4.1.1
with:
runs-on: "['ubuntu-latest']"
registry-url: ghcr.io
Expand All @@ -185,7 +185,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

trivy-scanning-quantel-http-transformer-proxy:
uses: nrkno/github-workflow-docker-build-push/.github/workflows/workflow.yaml@v4.1.0
uses: nrkno/github-workflow-docker-build-push/.github/workflows/workflow.yaml@v4.1.1
with:
runs-on: "['ubuntu-latest']"
registry-url: ghcr.io
Expand Down

0 comments on commit 124e417

Please sign in to comment.