Skip to content

Added multi-cpu arch - fixed https://github.com/caprover/nginx-redire… #1

Added multi-cpu arch - fixed https://github.com/caprover/nginx-redire…

Added multi-cpu arch - fixed https://github.com/caprover/nginx-redire… #1

name: Build and push Docker image
on:
push:
branches:
- master
jobs:
build-publish-docker-hub:
runs-on: ubuntu-latest
steps:
- uses: azure/docker-login@v1
with:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- uses: actions/checkout@v1
- name: Build and Push Edge to DockerHub
shell: bash
run: ./dev-scripts/build_and_push.sh