Skip to content

update github actions #164

update github actions

update github actions #164

name: Docker Build and Push TensorFlow Latest GPU
on:
push:
branches:
- dev
- main
tags:
- "v*.*"
paths:
- "tensorflow/tensorflow/latest-gpu/**"
- ".github/workflows/tensorflow_tensorflow_latest-gpu.yml"
- "scripts/**"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
build-tensorflow-latest-gpu:
uses: ./.github/workflows/docker-build-template.yml
with:
image_name: tensorflow_tensorflow_latest-gpu
image_path: tensorflow/tensorflow/latest-gpu