Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

fix(deps): update module github.com/redis/go-redis/v9 to v9.4.0 #362

fix(deps): update module github.com/redis/go-redis/v9 to v9.4.0

fix(deps): update module github.com/redis/go-redis/v9 to v9.4.0 #362

Workflow file for this run

name: Build Docker Image (Check)
on:
# trigger on any pull requests
pull_request:
branches:
- "**"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v3
- name: "Docker: Build and Push Image"
id: ghcr-docker
uses: 'penguin-statistics/actions/ghcr-docker@main'
with:
version: '__check__'
repository: 'penguin-statistics/livehouse'
push: false