Skip to content

Bump golang.org/x/net from 0.25.0 to 0.38.0 #56

Bump golang.org/x/net from 0.25.0 to 0.38.0

Bump golang.org/x/net from 0.25.0 to 0.38.0 #56

Workflow file for this run

name: Publish Docker images
on:
pull_request:
paths:
- go.mod
- go.sum
- '**.go'
jobs:
quay:
name: push image to quay.io
runs-on: ubuntu-latest
steps:
-
name: Checkout code
uses: actions/checkout@v2
-
name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
-
name: Build and push Docker images
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: quay.io
repository: packet/aws-s3-proxy
tag_with_sha: true