Skip to content

Commit

Permalink
Update build_images_multiarch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FlUxIuS authored Jan 6, 2025
1 parent 854d48a commit 3485275
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_images_multiarch.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Full build - Multi-Platform Docker Build with Caching

env:
REGISTRY_IMAGE: penthertz/rfswift
CACHE_REPO: penthertz/rfswift
REGISTRY_IMAGE: penthertz/rfswift_alpha
CACHE_REPO: penthertz/rfswift_alpha
DO_SPACES_ENDPOINT: ${{ secrets.BUCKET_URL }}
DO_SPACES_REGION: ${{ secrets.BUCKET_REGION }}

on:
push:
branches:
- main
- ubuntu_24.04
paths:
- '**'

Expand Down Expand Up @@ -2306,4 +2306,4 @@ jobs:
docker buildx imagetools create \
--tag ${{ env.REGISTRY_IMAGE }}:$tagname \
${{ env.REGISTRY_IMAGE }}:${tagname}_amd64@$arch_digest_amd64 \
${{ env.REGISTRY_IMAGE }}:${tagname}_arm64@$arch_digest_arm64
${{ env.REGISTRY_IMAGE }}:${tagname}_arm64@$arch_digest_arm64

0 comments on commit 3485275

Please sign in to comment.