Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Update to just name the containers
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnwildermuth committed Dec 13, 2019
1 parent a8e40fb commit e625372
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 @@ -24,8 +24,8 @@ jobs:

- name: Building Docker Image
working-directory: ./src/WilderBlog
run: docker build .. -f ./Dockerfile -t wmcontainers.azurecr.io/wilderblog:test
run: docker build .. -f ./Dockerfile -t wmcontainers.azurecr.io/wilderblog:latest

- name: Push the Image
working-directory: ./src/WilderBlog
run: docker push wmcontainers.azurecr.io/wilderblog:test
run: docker push wmcontainers.azurecr.io/wilderblog:latest

0 comments on commit e625372

Please sign in to comment.