Skip to content

Commit

Permalink
Merge pull request #3 from hathitrust/DEV-1324
Browse files Browse the repository at this point in the history
Dev 1324
  • Loading branch information
Ronster2018 authored Oct 3, 2024
2 parents 63077ea + 2e68bbb commit 7189e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
branch_hash:
description: Revision or Branch to build
description: Branch hash or revision to deploy
default: main
environments:
description: The environment to deploy to
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Deploy to workshop
uses: hathitrust/github_actions/deploy@DEV-1150
with:
image: ghcr.io/${{ github.repository }}${{ inputs.branch_hash }}
image: ghcr.io/${{ github.repository }}:${{ inputs.branch_hash }}
file: environments/${{ github.event.repository.name }}/${{inputs.environments}}/web-image.txt
CONFIG_REPO_RW_APP_ID: ${{ vars.CONFIG_REPO_RW_APP_ID }}
CONFIG_REPO_FULL_NAME: ${{ vars.CONFIG_REPO_FULL_NAME }}
Expand Down

0 comments on commit 7189e3a

Please sign in to comment.