Skip to content

Commit

Permalink
fix: Removed load as it can't be set at the same time as push for GH …
Browse files Browse the repository at this point in the history
…action docker build and push
  • Loading branch information
Vicente Herrera committed Nov 2, 2020
1 parent 00b6525 commit 258ce5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ jobs:
file: AKSKubeAuditReceiverSolution/AKSKubeAuditReceiver/Dockerfile
platforms: linux/amd64
push: true
load: true
tags: |
sysdiglabs/aks-audit-log-forwarder:latest
sysdiglabs/aks-audit-log-forwarder:${{ steps.prepare_version_labels.outputs.VERSION_MAJOR }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ jobs:
file: ./build/Dockerfile
platforms: linux/amd64
push: true
load: true
tags: |
sysdiglabs/aks-audit-log-installer:latest
sysdiglabs/aks-audit-log-installer:${{ steps.prepare_version_labels.outputs.VERSION_MAJOR }}
Expand Down

0 comments on commit 258ce5d

Please sign in to comment.