Skip to content

Commit

Permalink
remove docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
NewJerseyStyle authored Sep 21, 2024
1 parent 56bf8b6 commit 2343010
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,4 @@ jobs:
run: docker compose push --ignore-push-failures

- name: Deploy images on Azure
run: |
docker context create aci polisaci
docker context use polisaci
docker compose up
run: docker compose up

0 comments on commit 2343010

Please sign in to comment.