Skip to content

chore(deps): update typescript-eslint monorepo to v7.15.0 #336

chore(deps): update typescript-eslint monorepo to v7.15.0

chore(deps): update typescript-eslint monorepo to v7.15.0 #336

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
paths-ignore:
- .github/workflows/helm-chart-publish.yml
- .github/workflows/release.yml
- charts/**
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.ref == 'refs/heads/master' }}
tags: ghcr.io/michaelsp/timelimit-server/timelimit:latest
cache-from: type=gha
cache-to: type=gha,mode=max