Skip to content

Commit

Permalink
fixed typo in secrets for deployment cd
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Feb 4, 2023
1 parent 8b040e6 commit f866c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
file: ./Dockerfile
push: true
tags: |
${{ env.DOCKERHUB_REPOSITORY }}:latest
${{ env.DOCKERHUB_REPOSITORY }}:${{ steps.tag.outputs.version }}
${{ secrets.DOCKER_HUB_REPOSITORY }}:latest
${{ secrets.DOCKER_HUB_REPOSITORY }}:${{ steps.tag.outputs.version }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
- name: Image digest
Expand Down

0 comments on commit f866c0d

Please sign in to comment.