Try again
All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Successful in 2m57s
All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Successful in 2m57s
This commit is contained in:
parent
6609e8d907
commit
2153a18760
@ -44,8 +44,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
run: |
|
run: |
|
||||||
docker build -t pogdark:latest .
|
docker build -t localhost:5000/pogdark:latest .
|
||||||
|
|
||||||
- name: Push Docker Image to Local Registry
|
- name: Push Docker Image to Local Registry
|
||||||
run: |
|
run: |
|
||||||
docker push pogdark:latest
|
docker push localhost:5000/pogdark:latest
|
Loading…
Reference in New Issue
Block a user