Skip to content

Commit

Permalink
added reference to GCHR in docker publish (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
CluEleSsUK committed May 19, 2023
1 parent 45a9bf0 commit 3634b1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_tagged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ env:

jobs:
tagged-deploy:
environment: dockerhub
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -50,6 +49,6 @@ jobs:
with:
context: .
push: true
tags: drand/go-drand:${{ github.ref_name }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
build-args: |
gitCommit: ${{ github.sha }}

0 comments on commit 3634b1c

Please sign in to comment.