Skip to content

chore(deps): bump github.com/hashicorp/go-retryablehttp #30

chore(deps): bump github.com/hashicorp/go-retryablehttp

chore(deps): bump github.com/hashicorp/go-retryablehttp #30

Workflow file for this run

name: Build and Push Docker Image
on: push
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Login to Quay.io Registry
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: Build Docker image
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: quay.io/therealdwright/cloudflare-audit-log-scraper:${{ github.sha }}