diff --git a/.github/workflows/newaction.yml b/.github/workflows/newaction.yml new file mode 100644 index 0000000..bcfa840 --- /dev/null +++ b/.github/workflows/newaction.yml @@ -0,0 +1,20 @@ +# This workflow will build a Java project with Maven +# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven + +name: Docker Build + +on: + push: + branches: [ release ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Build and push Docker images + # You may pin to the exact commit or the version. + # uses: docker/build-push-action@9379083e426e2e84abb80c8c091f5cdeb7d3fd7a + uses: docker/build-push-action@v2.3.0