Try again
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:
whysman 2024-11-06 01:18:36 -05:00
parent 6609e8d907
commit 2153a18760

View File

@ -44,8 +44,8 @@ jobs:
- name: Build Docker Image
run: |
docker build -t pogdark:latest .
docker build -t localhost:5000/pogdark:latest .
- name: Push Docker Image to Local Registry
run: |
docker push pogdark:latest
docker push localhost:5000/pogdark:latest