Skip to content

Commit

Permalink
chore: use Depot for flagsmith/flagsmith build (#3074)
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 authored Nov 30, 2023
1 parent 7578b25 commit 3e662e2
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/platform-docker-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-latest
name: Platform Publish Docker Image

permissions:
id-token: write
contents: read

steps:
- name: Cloning repo
uses: actions/checkout@v3
Expand All @@ -28,11 +32,8 @@ jobs:
run: |
echo ${{ github.sha }} > api/CI_COMMIT_SHA
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Set up Depot CLI
uses: depot/setup-action@v1

- name: Login to DockerHub
uses: docker/login-action@v2
Expand All @@ -42,9 +43,11 @@ jobs:

- name: Build and push images
id: docker_build
uses: docker/build-push-action@v3
uses: depot/build-push-action@v1
with:
platforms: linux/amd64,linux/arm64
file: Dockerfile
project: qsrts2l4gr
push: true
tags: ${{ steps.meta.outputs.tags }}
context: .

3 comments on commit 3e662e2

@vercel
Copy link

@vercel vercel bot commented on 3e662e2 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 3e662e2 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-flagsmith.vercel.app
docs-git-main-flagsmith.vercel.app
docs.bullet-train.io
docs.flagsmith.com

@vercel
Copy link

@vercel vercel bot commented on 3e662e2 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.