Skip to content

Commit

Permalink
Update docker_tagged.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe authored Dec 9, 2021
1 parent f02b727 commit 5789b03
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/docker_tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: philipssoftware/logproxy-filter-drop:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-drop:${{ steps.vars.outputs.tag }}
cache-from: type=registry,ref=philipssoftware/logproxy-filter-drop:latest
cache-to: type=inline
-
name: Build and push logproxy-filter-email
uses: docker/build-push-action@v2
Expand All @@ -57,9 +55,7 @@ jobs:
file: ./logproxy-filter-email/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: philipssoftware/logproxy-filter-email:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-email:${{ steps.vars.outputs.tag }}
cache-from: type=registry,ref=philipssoftware/logproxy-filter-email:latest
cache-to: type=inline
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@v2
Expand All @@ -69,8 +65,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: philipssoftware/logproxy-filter-replace:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-replace:${{ steps.vars.outputs.tag }}
cache-from: type=registry,ref=philipssoftware/logproxy-filter-replace:latest
cache-to: type=inline
-
name: Build and push logproxy-filter-test
uses: docker/build-push-action@v2
Expand All @@ -80,5 +74,3 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: philipssoftware/logproxy-filter-test:${{ steps.vars.outputs.tag }},docker.na1.hsdp.io/philipssoftware/logproxy-filter-test:${{ steps.vars.outputs.tag }}
cache-from: type=registry,ref=philipssoftware/logproxy-filter-test:latest
cache-to: type=inline

0 comments on commit 5789b03

Please sign in to comment.