Skip to content

Commit

Permalink
Merge pull request #14 from UKGovernmentBEIS/MEESALPHA-211-deploy-fix…
Browse files Browse the repository at this point in the history
…es-3

MEESALPHA-211 more changes
  • Loading branch information
scottywakefield authored Sep 19, 2024
2 parents 297caff + 7d35b20 commit d7fa356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build ./src/data-tool/ --file src/data-tool/Dockerfile -t meesregistry.azurecr.io/final:${{ github.sha }}
run: docker build src/data-tool/ --file src/data-tool/Dockerfile -t meesregistry.azurecr.io/final:${{ github.sha }}
4 changes: 2 additions & 2 deletions .github/workflows/docker-push-to-azure.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: Docker Image Publish

on:
push:
Expand All @@ -18,5 +18,5 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }}

- run: |
docker build ./src/data-tool/ --file src/data-tool/Dockerfile -t meesregistry.azurecr.io/final:${{ github.sha }}
docker build src/data-tool/ --file src/data-tool/Dockerfile -t meesregistry.azurecr.io/final:${{ github.sha }}
docker push meesregistry.azurecr.io/final:${{ github.sha }}

0 comments on commit d7fa356

Please sign in to comment.