ci: update image name

monorepo
Varun Patil 2023-10-20 16:01:14 -07:00
parent 7e36063bf5
commit 07fff59353
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ on:
description: "Tag name"
required: true
default: 'v1'
jobs:
push_to_registry:
runs-on: ubuntu-latest
@ -25,7 +25,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v3
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
@ -38,5 +38,5 @@ jobs:
context: './'
no-cache: true
file: 'Dockerfile'
tags: pulsejet/go-vod:${{ github.event.inputs.tagName }}
tags: radialapps/go-vod:${{ github.event.inputs.tagName }}
provenance: false