name: Docker Build and Release Upload on: [ push ] jobs: build: runs-on: ubuntu-latest steps: - checkout: {} - name: Build Docker image run: docker build -t my-image:latest .