Skip to content

Commit

Permalink
Merge pull request #507 from philips-software/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
loafoe authored Sep 28, 2024
2 parents 055ece8 + ce126cc commit 32acc3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
-
name: Build and push logproxy-filter-drop
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./logproxy-filter-drop
file: ./logproxy-filter-drop/Dockerfile
Expand All @@ -32,7 +32,7 @@ jobs:
tags: philipssoftware/logproxy-filter-drop:latest
-
name: Build and push logproxy-filter-email
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./logproxy-filter-email
file: ./logproxy-filter-email/Dockerfile
Expand All @@ -41,7 +41,7 @@ jobs:
tags: philipssoftware/logproxy-filter-email:latest
-
name: Build and push logproxy-filter-replace
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./logproxy-filter-replace
file: ./logproxy-filter-replace/Dockerfile
Expand All @@ -50,7 +50,7 @@ jobs:
tags: philipssoftware/logproxy-filter-replace:latest
-
name: Build and push logproxy-filter-test
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./logproxy-filter-test
file: ./logproxy-filter-test/Dockerfile
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker_tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
-
name: Build and push logproxy-filter-drop
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./logproxy-filter-drop
file: ./logproxy-filter-drop/Dockerfile
Expand All @@ -49,7 +49,7 @@ jobs:
tags: philipssoftware/logproxy-filter-drop:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-drop:${{ steps.vars.outputs.tag }}
-
name: Build and push logproxy-filter-email
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./logproxy-filter-email
file: ./logproxy-filter-email/Dockerfile
Expand All @@ -58,7 +58,7 @@ jobs:
tags: philipssoftware/logproxy-filter-email:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-email:${{ steps.vars.outputs.tag }}
-
name: Build and push logproxy-filter-replace
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./logproxy-filter-replace
file: ./logproxy-filter-replace/Dockerfile
Expand All @@ -67,7 +67,7 @@ jobs:
tags: philipssoftware/logproxy-filter-replace:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-replace:${{ steps.vars.outputs.tag }}
-
name: Build and push logproxy-filter-test
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./logproxy-filter-test
file: ./logproxy-filter-test/Dockerfile
Expand Down

0 comments on commit 32acc3b

Please sign in to comment.