Skip to content

Commit

Permalink
[cicd][SRE-415]: change docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pattarapon Theanthong committed Feb 28, 2024
1 parent 72d5f92 commit b075c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/custom-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ github.repository }}
images: ${{ secrets.PRIVATE_REGISTRY_HOST }}/services/go2rtc
tags: |
type=ref,event=branch
type=semver,pattern={{version}},enable=false
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
id: meta-hw
uses: docker/metadata-action@v4
with:
images: ${{ github.repository }}
images: ${{ secrets.PRIVATE_REGISTRY_HOST }}/services/go2rtc
flavor: |
suffix=-hardware
latest=false
Expand Down

0 comments on commit b075c48

Please sign in to comment.