Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade enclave dependency versions #115

Merged
merged 10 commits into from
Dec 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try caching
  • Loading branch information
jplock committed Dec 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit d1ca4962502cc2457e5fd5ff9e7960aa955e7572
8 changes: 6 additions & 2 deletions .github/workflows/docker-bake.yml
Original file line number Diff line number Diff line change
@@ -4,9 +4,11 @@ on:
push:
branches:
- main
- jp-more-tweaks
pull_request:
branches:
- main
- jp-more-tweaks

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
@@ -18,7 +20,7 @@ env:

jobs:
docker:
if: github.repository_owner == 'aws-samples'
# if: github.repository_owner == 'aws-samples'
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -28,4 +30,6 @@ jobs:
- name: Build
uses: docker/bake-action@3fc70e1131fee40a422dd8dd0ff22014ae20a1f3 # v5.11.0
env:
SOURCE_DATE_EPOCH: 0
SOURCE_DATE_EPOCH: 0
with:
push: false
4 changes: 4 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -9,6 +9,8 @@ target "parent" {
TARGETPLATFORM = "x86_64-unknown-linux-gnu"
}
tags = ["parent-vault:latest"]
cache-to = ["type=gha,ignore-error=true,mode=max,scope=parent"]
cache-from = ["type=gha,scope=parent"]
}

target "enclave" {
@@ -18,4 +20,6 @@ target "enclave" {
TARGETPLATFORM = "x86_64-unknown-linux-musl"
}
tags = ["enclave-vault:latest"]
cache-to = ["type=gha,ignore-error=true,mode=max,scope=enclave"]
cache-from = ["type=gha,scope=enclave"]
}
Loading
Oops, something went wrong.