Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Bump golang.org/x/oauth2 from 0.13.0 to 0.20.0 #81

Bump golang.org/x/oauth2 from 0.13.0 to 0.20.0

Bump golang.org/x/oauth2 from 0.13.0 to 0.20.0 #81

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
if: github.repository == 'gitops-tools/image-updater'
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: build docker image and push
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: bigkevmcd/image-updater
tag_with_ref: true
tag_with_sha: true
tags: latest