Skip to content

chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 #27

chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0

chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 #27

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 }}