Removing unnecessary build step
All checks were successful
Build Pogdark API / Build Pogdark API (push) Successful in 9m44s

This commit is contained in:
whysman 2024-11-06 23:09:56 -05:00
parent 18487189e5
commit bd3036e537

View File

@ -30,10 +30,6 @@ jobs:
run: |
go build -o pogdark-api .
- name: List Binary Output
run: |
ls -l app
- name: Build Docker Image
run: |
docker build -t localhost:5000/pogdark-api:latest .