fixing image build tag
Some checks failed
Master Build / Build and Push Docker Image (amd64) (push) Failing after 1m13s
Master Build / Update running container (push) Has been skipped

This commit is contained in:
José Henrique 2025-01-22 21:58:07 -03:00
parent 8bca650138
commit 20a35b9e45
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ jobs:
context: ./ context: ./
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: https://git.ivanch.me/ivanch/new-home/home-page:latest tags: git.ivanch.me/ivanch/new-home/home-page:latest
platforms: linux/amd64 platforms: linux/amd64
- name: Image digest - name: Image digest

View File

@ -12,7 +12,7 @@ RUN npm run build
FROM nginx:alpine FROM nginx:alpine
COPY --from=build /app/build /usr/share/nginx/html COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 80 EXPOSE 80