Skip to content

Configure appropriate affinity #70

Configure appropriate affinity

Configure appropriate affinity #70

Workflow file for this run

name: Docker Image Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and push docker image
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: wantedly/deployment-duplicator
registry: quay.io
tags: ${{ github.sha }}
tag_with_ref: true
tag_with_sha: true