Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe authored Dec 9, 2021
1 parent 5789b03 commit 587296a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: philipssoftware/logproxy-filter-drop:latest
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 @@ -41,8 +39,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: philipssoftware/logproxy-filter-email:latest
cache-from: type=registry,ref=philipssoftware/logproxy-filter-email:latest
cache-to: type=inline
-
name: Build and push logproxy-filter-replace
uses: docker/build-push-action@v2
Expand All @@ -52,8 +48,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: philipssoftware/logproxy-filter-replace:latest
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 @@ -63,6 +57,3 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: philipssoftware/logproxy-filter-test:latest
cache-from: type=registry,ref=philipssoftware/logproxy-filter-test:latest
cache-to: type=inline

0 comments on commit 587296a

Please sign in to comment.