Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 4 additions & 6 deletions .github/workflows/build-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- dockerfile: ./docker/realtime.Dockerfile
ecr_repo_secret: ECR_REALTIME
service_type: monitoring
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404

steps:
- name: Checkout repository
Expand All @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: useblacksmith/setup-docker-builder@v1

- name: Generate image tags
id: meta
Expand All @@ -67,21 +67,19 @@ jobs:
echo "full_image=$FULL_IMAGE" >> $GITHUB_OUTPUT

- name: Build and push Docker image
uses: docker/build-push-action@v6
uses: useblacksmith/build-push-action@v2
with:
context: .
file: ${{ matrix.dockerfile }}
push: true
tags: ${{ steps.meta.outputs.full_image }}
platforms: linux/amd64
cache-from: type=gha,scope=build-ecr-${{ matrix.service_type }}
cache-to: type=gha,mode=max,scope=build-ecr-${{ matrix.service_type }}
provenance: false
sbom: false

update-ecs-services:
needs: build-and-push-ecr
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
strategy:
fail-fast: false
matrix:
Expand Down
84 changes: 0 additions & 84 deletions .github/workflows/build-ghcr-build.yml

This file was deleted.

149 changes: 0 additions & 149 deletions .github/workflows/build-ghcr-push.yml

This file was deleted.

Loading