Skip to content

Bump github.com/golang/glog from 1.1.2 to 1.2.0 #156

Bump github.com/golang/glog from 1.1.2 to 1.2.0

Bump github.com/golang/glog from 1.1.2 to 1.2.0 #156

Workflow file for this run

name: CI
on: [push]
# https://github.com/int128/kaniko-action
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/metadata-action@v4
id: metadata
with:
images: ghcr.io/${{ github.repository }}
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: int128/kaniko-action@v1
with:
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
cache: true
cache-repository: ghcr.io/${{ github.repository }}/cache