36 @@ +# This is a basic workflow to help you get started with Actions + +name: Build application image + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the master branch + push: + branches: [ master ] + pull...