github actions 썸네일형 리스트형 [draft] How to build and push Docker images with GitHub Actions How to build and push Docker images with GitHub ActionsCreate a new repository for GitHubnew repository > Actions > set up a workflow yourselfEditingmain.yml editingname: CIon: push: branches: [ main ]jobs: build: runs-on: ubuntu-latest steps: - name: Check Out Repo uses: actions/checkout@v2 - name: Login to Docker Hub uses: docker/login-action@v1 with: .. 더보기 이전 1 다음