Skip to content

Commit 5789b03

Browse files
authored
Update docker_tagged.yml
1 parent f02b727 commit 5789b03

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/docker_tagged.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
platforms: linux/amd64,linux/arm64
4848
push: true
4949
tags: philipssoftware/logproxy-filter-drop:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-drop:${{ steps.vars.outputs.tag }}
50-
cache-from: type=registry,ref=philipssoftware/logproxy-filter-drop:latest
51-
cache-to: type=inline
5250
-
5351
name: Build and push logproxy-filter-email
5452
uses: docker/build-push-action@v2
@@ -57,9 +55,7 @@ jobs:
5755
file: ./logproxy-filter-email/Dockerfile
5856
platforms: linux/amd64,linux/arm64
5957
push: true
60-
tags: philipssoftware/logproxy-filter-email:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-email:${{ steps.vars.outputs.tag }}
61-
cache-from: type=registry,ref=philipssoftware/logproxy-filter-email:latest
62-
cache-to: type=inline
58+
tags: philipssoftware/logproxy-filter-email:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-email:${{ steps.vars.outputs.tag }}
6359
-
6460
name: Build and push logproxy-filter-replace
6561
uses: docker/build-push-action@v2
@@ -69,8 +65,6 @@ jobs:
6965
platforms: linux/amd64,linux/arm64
7066
push: true
7167
tags: philipssoftware/logproxy-filter-replace:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-replace:${{ steps.vars.outputs.tag }}
72-
cache-from: type=registry,ref=philipssoftware/logproxy-filter-replace:latest
73-
cache-to: type=inline
7468
-
7569
name: Build and push logproxy-filter-test
7670
uses: docker/build-push-action@v2
@@ -80,5 +74,3 @@ jobs:
8074
platforms: linux/amd64,linux/arm64
8175
push: true
8276
tags: philipssoftware/logproxy-filter-test:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-test:${{ steps.vars.outputs.tag }}
83-
cache-from: type=registry,ref=philipssoftware/logproxy-filter-test:latest
84-
cache-to: type=inline

0 commit comments

Comments
 (0)