Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
longshuicy committed Aug 22, 2024
1 parent 0532fd1 commit fcc4382
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,30 +108,30 @@ jobs:
uses: elgohr/[email protected]
with:
dockerfile: Dockerfile
name: socialmediamacroscope/${{ inputs.specific_packages }}
name: socialmediamacroscope/${{ inputs.specific_package }}
no_push: true
workdir: containerized_analytics/smile/${{ inputs.specific_packages }}
workdir: containerized_analytics/smile/${{ inputs.specific_package }}

- name: Publish doc image to Docker Hub
if: |
env.HUBPUSH == 'dockerhub'
uses: elgohr/[email protected]
with:
registry: docker.io
name: socialmediamacroscope/${{ inputs.specific_packages }}
name: socialmediamacroscope/${{ inputs.specific_package }}
username: ${{ secrets.HUB_USERNAME }}
password: ${{ secrets.HUB_PASSWORD }}
tags: "${{ env.TAGS }}"
workdir: containerized_analytics/smile/${{ inputs.specific_packages }}
workdir: containerized_analytics/smile/${{ inputs.specific_package }}

- name: Publish doc image to Github
if: |
env.HUBPUSH == 'github'
uses: elgohr/[email protected]
with:
registry: ghcr.io
name: ncsa/${{ inputs.specific_packages }}
name: ncsa/${{ inputs.specific_package }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
tags: "${{ env.TAGS }}"
workdir: containerized_analytics/smile/${{ inputs.specific_packages }}
workdir: containerized_analytics/smile/${{ inputs.specific_package }}

0 comments on commit fcc4382

Please sign in to comment.