Skip to content

Update to 3.13.1

Update to 3.13.1 #2

Workflow file for this run

name: Release
env:
IMAGE_TAG: ${{ github.ref_name }}
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- run: make release