Skip to content

add github actions ci #3

add github actions ci

add github actions ci #3

Workflow file for this run

name: Docker Image CI (common)
on:
workflow_dispatch:
push:
paths:
- "common/**"
- ".github/workflows/build-imgs.yml"
jobs:
build:
runs-on: ubuntu-latest
steps:
# - name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ vars.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v6
with:
# push: true
tags: "crgooeyprodwestus1.azurecr.io/gooey-gpu-common:latest"
file: "common/Dockerfile"