Skip to content

Publish docker image #9

Publish docker image

Publish docker image #9

name: Publish docker image
on:
workflow_dispatch
jobs:
publish-docker-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish Docker image
run: |
docker build . --tag ghcr.io/pkkht/robotrestapp:latest
docker push ghcr.io/pkkht/robotrestapp:latest