Skip to content

Commit

Permalink
Update deploy_ghcr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mahomedalid authored Apr 7, 2024
1 parent f779c41 commit 6b3f09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: |
owner=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]')
docker build ${{ inputs.context }} -f ${{ inputs.file }} --tag ghcr.io/$owner/fediverse/${{ inputs.name }}:latest
docker push ghcr.io/$owner/explore-iot-operations/${{ inputs.name }}:latest
docker push ghcr.io/$owner/fediverse/${{ inputs.name }}:latest

0 comments on commit 6b3f09a

Please sign in to comment.