Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/build-push-…
Browse files Browse the repository at this point in the history
…action-6.7.0
  • Loading branch information
icco authored Oct 27, 2024
2 parents 9607b31 + d5a0f85 commit 777b6f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
pull_request:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand All @@ -18,29 +19,29 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@60a0d343a0d8a18aedee9d34e62251f752153bdb
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
id: push
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
context: .
push: true
push: ${{ github.ref == 'refs/heads/main' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
push-to-registry: ${{ github.ref == 'refs/heads/main' }}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ <h3 class="mb0 mt3">Laurel (fka Time by Ping)</h3>
<ul class="pl3 ml2 mv2 lh-copy">
<li>Lead and manage the infrastructure team.</li>
<li>Write code for our micro-services in Typescript, Go, Python and React.</li>
<li>Manage our cloud infrastructure, databases (Postgres and Mongodb), security, automation, developer tooling, observability (OpenTelemetry), performance and reliability efforts.</li>
<li>Manage our cloud infrastructure, databases (Postgres and MongoDB), security, automation, developer tooling, observability (OpenTelemetry), performance and reliability efforts.</li>
<li>In charge of all technical vendor relationships and evaluating new vendors. I drove a vendor minification project that shrank us from nine observability providers to one and three CI/CD providers to one. I also am a member of one vendor CAB and have helped multiple vendors implement features to help our developers be more successful.</li>
<li>Led two significant migrations, one from Aptible to MongoDB Atlas, the other from Aptible to AWS EKS.</li>
<li>I manage our infrastructure budget and work closely with our Head of Finance to manage and report our CoGS and other technical spend. I have led multiple projects to lower our costs and improve efficiency.</li>
<li>Provide architectural guidance. Define infrastructure and reliability requirements for teams. I also regularly drive myself and the team to push our contributions back to the open source community.</li>
<li>I often do technical communication with customers. I led integrations with four large law firms, one of the world's largest accounting firms.</li>
<li>I define and manage our on-call policies and rotations, and am an active member of the infrastructure rotation.</li>
<li>Led the team to acquire SOC II Type 2 and actively working to acquire HIPAA.</li>
<li>Led the team to acquire SOC II Type 2 and HIPAA.</li>
</ul>

<h3 class="mb0 mt3">Google</h3>
Expand Down

0 comments on commit 777b6f8

Please sign in to comment.