Skip to content

Update to 3.13.9 & Add pub cache path #29

Update to 3.13.9 & Add pub cache path

Update to 3.13.9 & Add pub cache path #29

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- master
jobs:
pull-request:
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