Skip to content

chore(deps): update golang docker tag to v1.22 - autoclosed #32

chore(deps): update golang docker tag to v1.22 - autoclosed

chore(deps): update golang docker tag to v1.22 - autoclosed #32

Workflow file for this run

name: Docker / clef
on:
push:
branches:
- main
paths:
- 'clef/version.json'
pull_request:
paths:
- 'clef/**'
- '.github/workflows/docker-clef.yml'
jobs:
build_docker_image:
uses: vegaprotocol/docker-public/.github/workflows/docker-generic.yml@main
with:
image_name: clef
docker_context_path: ./clef
platforms: linux/amd64, linux/arm64
secrets:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}