This commit is contained in:
Adil Hafeez 2025-08-12 14:32:46 -07:00
parent d47183ae5f
commit 8764bb5683
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -13,15 +13,19 @@ jobs:
# Build ARM64 image on native ARM64 runner
build-arm64:
runs-on: [linux-arm64]
permissions:
contents: read
packages: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Log in to Docker Hub
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta