Skip to content

Update to 3.13.5

Update to 3.13.5 #7

Workflow file for this run

name: Staging
on:
push:
branches:
- master
jobs:
staging:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- run: make build