Skip to content

Merge pull request #56 from archlitchi/dev-vgpu-1219 #37

Merge pull request #56 from archlitchi/dev-vgpu-1219

Merge pull request #56 from archlitchi/dev-vgpu-1219 #37

Workflow file for this run

name: FOSSA
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
branches: [master,dev-vgpu-1219]
pull_request:
branches: [master,dev-vgpu-1219]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.19.x"
- run: go version
# Runs a set of commands to initialize and analyze with FOSSA
- name: Get branch name
uses: nelonoel/branch-name@v1.0.1
- name: Docker Login
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
- run: make ubuntu20.04
- run: TAG_VERSION="${BRANCH_NAME}" make push-tag
- run: make push-latest
- run: make vgpu
- run: TAG_VERSION="${BRANCH_NAME}" make push-vgpu-tag