Skip to content

separate out builds for arm and amd #10

separate out builds for arm and amd

separate out builds for arm and amd #10

Workflow file for this run

name: Push Docker Images
on:
pull_request:
types: [closed]
branches:
- 'main'
jobs:
publish-images:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Docker
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_REGISTRY_USER }}
password: ${{ secrets.DOCKER_REGISTRY_PASS }}
- name: Build and push images
run: |
docker buildx create --use
make docker-push-clubs
make docker-push-proxy