Skip to content

Commit

Permalink
publish-ghrc.yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Belton-gov committed Jan 18, 2024
1 parent 992d814 commit 9fa20b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

- name: Build Docker Image
run: |
docker build -t ${{ env.REGISTRY }}/DFE-Digital/Grafana.Plugin.CostManagement-azurecost:latest
docker push ${{ env.REGISTRY }}/DFE-Digital/Grafana.Plugin.CostManagement-azurecost:latest
docker build -t "${{ env.REGISTRY }}/DFE-Digital/Grafana.Plugin.CostManagement-azurecost:latest"
docker push "${{ env.REGISTRY }}/DFE-Digital/Grafana.Plugin.CostManagement-azurecost:latest"
env:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit 9fa20b9

Please sign in to comment.