Skip to content

Commit

Permalink
Remove 'load' statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
thmull committed Aug 9, 2023
1 parent b8de01b commit 07b0235
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-and-push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
file: ./docker/Eps.dockerfile
tags: ${{ steps.meta_hyper.outputs.tags }}
push: true
load: true
labels: |
kiprotect.hyper.image.revision=${{ github.sha }}
- name: Create sd image tag
Expand All @@ -53,7 +52,6 @@ jobs:
file: ./docker/Sd.dockerfile
tags: ${{ steps.meta_sd.outputs.tags }}
push: true
load: true
labels: |
kiprotect.hyper-sd.image.revision=${{ github.sha }}
- name: Create proxy image tag
Expand All @@ -68,6 +66,5 @@ jobs:
file: ./docker/Proxy.dockerfile
tags: ${{ steps.meta_proxy.outputs.tags }}
push: true
load: true
labels: |
kiprotect.hyper-proxy.image.revision=${{ github.sha }}

0 comments on commit 07b0235

Please sign in to comment.