fix(deps): update module golang.org/x/text to v0.14.0 #1477
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Docker Image (Check) | |
on: | |
# trigger on any pull requests | |
pull_request: | |
branches: | |
- "**" | |
workflow_dispatch: | |
concurrency: | |
group: check-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
runs-on: 'ubuntu-latest' | |
steps: | |
- name: "Checkout" | |
uses: actions/checkout@v3 | |
- name: "Docker: Build Image for Checking" | |
id: ghcr-docker | |
uses: "penguin-statistics/actions/ghcr-docker@main" | |
with: | |
version: "__check__" | |
repository: "penguin-statistics/backend-next" | |
push: false |