mirror of
https://github.com/bitwarden/server.git
synced 2025-05-22 20:11:04 -05:00
Fix typo in the DockerHub push step (#2713)
This commit is contained in:
parent
133a3f70b9
commit
7594ca1122
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -373,10 +373,10 @@ jobs:
|
|||||||
if: contains(matrix.docker_repos, 'bitwarden') && env.is_publish_branch == 'true'
|
if: contains(matrix.docker_repos, 'bitwarden') && env.is_publish_branch == 'true'
|
||||||
env:
|
env:
|
||||||
IMAGE_TAG: ${{ steps.tag.outputs.image_tag }}
|
IMAGE_TAG: ${{ steps.tag.outputs.image_tag }}
|
||||||
|
PROJECT_NAME: ${{ steps.setup.outputs.project_name }}
|
||||||
run: |
|
run: |
|
||||||
docker tag bitwardenprod.azurecr.io/$PROJECT_NAME:${{ env.IMAGE_TAG }} \
|
docker tag bitwardenprod.azurecr.io/$PROJECT_NAME:$IMAGE_TAG bitwarden/$PROJECT_NAME:$IMAGE_TAG
|
||||||
bitwarden/$PROJECT_NAME:${{ env.IMAGE_TAG }}
|
docker push bitwarden/$PROJECT_NAME:$IMAGE_TAG
|
||||||
docker push bitwarden/$PROJECT_NAME:${{ env.IMAGE_TAG }}
|
|
||||||
|
|
||||||
- name: Log out of Docker
|
- name: Log out of Docker
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user