docker-build.yml 300 B

12345678910111213141516
  1. name: Build and Push Docker Image
  2. on:
  3. push:
  4. branches: [ main ]
  5. jobs:
  6. build:
  7. runs-on: ubuntu-latest
  8. steps:
  9. - uses: actions/checkout@v3
  10. - name: Build and push
  11. uses: docker/build-push-action@v4
  12. with:
  13. push: true
  14. tags: 537yaha/ai-cs:latest