Skip to content

Update to 3.19.5 (#30) #33

Update to 3.19.5 (#30)

Update to 3.19.5 (#30) #33

Workflow file for this run

name: Staging
on:
push:
branches:
- main
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