Skip to content

Update builder-jammy-full image #52

Update builder-jammy-full image

Update builder-jammy-full image #52

name: Update builder-jammy-full image
on:
schedule:
- cron: '0 */4 * * *'
jobs:
build-and-push-image:
permissions:
contents: read
packages: write
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.20.x"
- name: Build and Push
env:
GITHUB_TOKEN: ${{ github.token }}
run: go run ./hack/update-builder.go