Skip to content

Update README.md

Update README.md #8

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/build-push-action@v2
with:
context: .
push: true
cache-from: hexletcomponents/data-charts-api:latest
cache-to: type=inline
tags: hexletcomponents/data-charts-api:latest