Skip to content

Bump golang.org/x/net from 0.22.0 to 0.23.0 (#102) #49

Bump golang.org/x/net from 0.22.0 to 0.23.0 (#102)

Bump golang.org/x/net from 0.22.0 to 0.23.0 (#102) #49

Workflow file for this run

name: Docker Hub Image
on:
push:
tags:
- 'v*.*.*'
jobs:
CD:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Build and push
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
push: true
tags: m4r10/beelzebub:${{ github.ref_name }}