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

Commit e625372

Browse files
committedDec 13, 2019
Update to just name the containers
1 parent a8e40fb commit e625372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424

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

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

0 commit comments

Comments
 (0)
This repository has been archived.