Skip to content

Commit

Permalink
uwuw
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivamB25 committed Jan 11, 2024
1 parent 0171695 commit 1ebd7bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ghcr-image-github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{github.actor}}
password: ${{secrets.Git_TOKEN}}

- name: Build Inventory Image
- name: Build inventory image
run: |
docker build . ghcr.io/${{github.actor}}/ddrive:${{ steps.extract-version.outputs.version }} -f docker/Dockerfile
docker push ghcr.io/${{github.actor}}/ddrive:${{ steps.extract-version.outputs.version }}
docker build . -t ghcr.io/${{github.actor}}/ddrive:${{ steps.extract-version.outputs.version }} -f docker/Dockerfile
docker push ghcr.io/${{github.actor}}/ddrive:${{ steps.extract-version.outputs.version }}

0 comments on commit 1ebd7bb

Please sign in to comment.