Compare commits

..

2 Commits

Author SHA1 Message Date
af8708f028 Merge pull request '(FIX): CI/CD pipeline fixed.' (#48) from fix/cicd into master
All checks were successful
Deploy application with Docker / build_and_deploy (push) Successful in 49s
Reviewed-on: #48
2025-09-30 13:16:14 -07:00
Hayden Hargreaves
5d2048488c (FIX): CI/CD pipeline fixed.
Go versions were mismatched
2025-09-30 13:15:28 -07:00

View File

@ -29,7 +29,7 @@ RUN npm install tailwindcss @tailwindcss/cli && npx @tailwindcss/cli -i ./web/st
# Build stage # Build stage
FROM golang:1.24 AS build-stage FROM golang:latest AS build-stage
COPY --from=tailwind-build-stage /app /app COPY --from=tailwind-build-stage /app /app