Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Carmet <[email protected]>
  • Loading branch information
gaspardmoindrot and tcarmet authored Jul 27, 2023
1 parent 7ba05de commit 9db1d81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
Expand All @@ -39,9 +39,9 @@ jobs:
file: ./Dockerfile
push: true
build-args: |
VERSION=${{ github.event.inputs.tag }}
VERSION=${{ inputs.tag }}
tags: |
ghcr.io/scality/bert-e:${{ inputs.tag }}
ghcr.io/scality/artifacts:${{ inputs.tag }}
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 9db1d81

Please sign in to comment.