Skip to content

Update builder-jammy-full image #1629

Update builder-jammy-full image

Update builder-jammy-full image #1629

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: ./.github/composite/go-setup
- name: Build and Push
env:
GITHUB_TOKEN: ${{ github.token }}
run: go run ./hack/update-builder.go