Skip to content

Update golang to v1.20.7 (#25) #82

Update golang to v1.20.7 (#25)

Update golang to v1.20.7 (#25) #82

Workflow file for this run

name: build
on:
push:
branches:
- v1.x
- v2.x
- v3.x
jobs:
build:
name: Publish latest
runs-on: ubuntu-latest
steps:
- name: Checkout the Git repository
uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
repository: ghcr.io
username: matteodelabre
password: ${{ secrets.CR_PAT }}
- name: Build and publish images
run: |
./scripts/build -p .