Skip to content

fix(deps): update module golang.org/x/crypto to v0.23.0 #16

fix(deps): update module golang.org/x/crypto to v0.23.0

fix(deps): update module golang.org/x/crypto to v0.23.0 #16

Workflow file for this run

name: ci
on:
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: gportal/latency-service:latest