Skip to content

Commit

Permalink
resolved error on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3r-04 committed May 24, 2024
1 parent f147c55 commit 015d23d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
context: .
load: true
tags: ${{secrets.DOCKER_USERNAME}}/fpassword:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/fpassword:latest

- name: Inspect
run: |
docker image inspect ${{secrets.DOCKER_USERNAME}}/fpassword:latest
docker image inspect ${{ secrets.DOCKERHUB_USERNAME }}/fpassword:latest

0 comments on commit 015d23d

Please sign in to comment.