|
40 | 40 | run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} |
41 | 41 | - |
42 | 42 | name: Build and push logproxy-filter-drop |
43 | | - uses: docker/build-push-action@v5 |
| 43 | + uses: docker/build-push-action@v6 |
44 | 44 | with: |
45 | 45 | context: ./logproxy-filter-drop |
46 | 46 | file: ./logproxy-filter-drop/Dockerfile |
|
49 | 49 | tags: philipssoftware/logproxy-filter-drop:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-drop:${{ steps.vars.outputs.tag }} |
50 | 50 | - |
51 | 51 | name: Build and push logproxy-filter-email |
52 | | - uses: docker/build-push-action@v5 |
| 52 | + uses: docker/build-push-action@v6 |
53 | 53 | with: |
54 | 54 | context: ./logproxy-filter-email |
55 | 55 | file: ./logproxy-filter-email/Dockerfile |
|
58 | 58 | tags: philipssoftware/logproxy-filter-email:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-email:${{ steps.vars.outputs.tag }} |
59 | 59 | - |
60 | 60 | name: Build and push logproxy-filter-replace |
61 | | - uses: docker/build-push-action@v5 |
| 61 | + uses: docker/build-push-action@v6 |
62 | 62 | with: |
63 | 63 | context: ./logproxy-filter-replace |
64 | 64 | file: ./logproxy-filter-replace/Dockerfile |
|
67 | 67 | tags: philipssoftware/logproxy-filter-replace:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-replace:${{ steps.vars.outputs.tag }} |
68 | 68 | - |
69 | 69 | name: Build and push logproxy-filter-test |
70 | | - uses: docker/build-push-action@v5 |
| 70 | + uses: docker/build-push-action@v6 |
71 | 71 | with: |
72 | 72 | context: ./logproxy-filter-test |
73 | 73 | file: ./logproxy-filter-test/Dockerfile |
|
0 commit comments