Skip to content

build(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 #124

build(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4

build(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 #124

Workflow file for this run

name: Build
permissions:
contents: read
id-token: write
on:
pull_request:
push:
branches:
- main
paths:
- go.mod
- go.sum
- "**/*.go"
- Dockerfile
- .github/workflows/build.yml
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set Docker Buildx up
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
- name: Build Docker image
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@main
with:
push: ${{ github.event_name != 'pull_request' }}
tags: |
"latest"
repository: "grafana/wait-for-github"