name: Build and push image on: push: jobs: deploy: runs-on: ubuntu-latest steps: - name: Deploy run: | docker build -t rynomarree/self-hosted-deployment:latest .