Skip to content

Bump golang.org/x/net from 0.28.0 to 0.29.0 in the go_modules group across 1 directory #21

Bump golang.org/x/net from 0.28.0 to 0.29.0 in the go_modules group across 1 directory

Bump golang.org/x/net from 0.28.0 to 0.29.0 in the go_modules group across 1 directory #21

Workflow file for this run

name: build-images
on: [pull_request]
jobs:
build-images:
runs-on: ubuntu-latest
steps:
- name: Set repository as lower-case output variable
id: repo_name
run: echo ::set-output name=repository::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build container image
uses: docker/build-push-action@v6
with:
push: false
tags: ghcr.io/${{ steps.repo_name.outputs.repository }}:latest-amd64
file: ./Dockerfile