Skip to content

Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 #147

Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7

Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 #147

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
name: Container
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build Container image
uses: docker/build-push-action@v4
with:
context: .
push: false
platforms: linux/amd64