Skip to content

Bump github.com/go-resty/resty/v2 from 2.12.0 to 2.13.1 #119

Bump github.com/go-resty/resty/v2 from 2.12.0 to 2.13.1

Bump github.com/go-resty/resty/v2 from 2.12.0 to 2.13.1 #119

Workflow file for this run

name: Build Docker Image
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v5