Skip to content

Commit 258ce5d

Browse files
author
Vicente Herrera
committed
fix: Removed load as it can't be set at the same time as push for GH action docker build and push
1 parent 00b6525 commit 258ce5d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build-forwarder.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ jobs:
150150
file: AKSKubeAuditReceiverSolution/AKSKubeAuditReceiver/Dockerfile
151151
platforms: linux/amd64
152152
push: true
153-
load: true
154153
tags: |
155154
sysdiglabs/aks-audit-log-forwarder:latest
156155
sysdiglabs/aks-audit-log-forwarder:${{ steps.prepare_version_labels.outputs.VERSION_MAJOR }}

.github/workflows/build-installer.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ jobs:
153153
file: ./build/Dockerfile
154154
platforms: linux/amd64
155155
push: true
156-
load: true
157156
tags: |
158157
sysdiglabs/aks-audit-log-installer:latest
159158
sysdiglabs/aks-audit-log-installer:${{ steps.prepare_version_labels.outputs.VERSION_MAJOR }}

0 commit comments

Comments
 (0)