Skip to content

Fix misleading logging (iterators are lazy here) #11

Fix misleading logging (iterators are lazy here)

Fix misleading logging (iterators are lazy here) #11

Workflow file for this run

name: Update the latest image in the registry
on:
push:
branches: main
jobs:
run-code-checks:
uses: ./.github/workflows/code-checks.yml
build-and-publish:
runs-on: ubuntu-22.04
timeout-minutes: 30
needs: run-code-checks
steps:
- uses: actions/checkout@v3
- uses: satackey/action-docker-layer-caching@v0.0.11
name: Cache Docker layers
continue-on-error: true
- uses: pmorelli92/github-container-registry-build-push@2.0.0
name: Build and publish the latest image to GitHub Container Registry
with:
github-push-secret: ${{ secrets.GITHUB_TOKEN }}
docker-image-name: my-itmo-ru-to-ical
docker-image-tag: latest