ci: update image name
parent
7e36063bf5
commit
07fff59353
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue