Skip to content

Commit

Permalink
Merge pull request #344 from DFE-Digital/action-check-tag-pull
Browse files Browse the repository at this point in the history
Update app-deploy.yml to check image to pull
  • Loading branch information
albal authored Dec 4, 2023
2 parents 9e023ba + 63a5bef commit 763db10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/app-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:

steps:

- name: Docker pull check
run: docker pull ghcr.io/dfe-digital/childrens-social-care-cpd:${{inputs.tag}}

- name: Sign in to Azure
uses: azure/login@v1
with:
Expand Down

0 comments on commit 763db10

Please sign in to comment.