fixing image build tag
This commit is contained in:
parent
8bca650138
commit
20a35b9e45
@ -38,7 +38,7 @@ jobs:
|
||||
context: ./
|
||||
file: ./Dockerfile
|
||||
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
|
||||
|
||||
- name: Image digest
|
||||
|
@ -12,7 +12,7 @@ RUN npm run build
|
||||
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY --from=build /app/build /usr/share/nginx/html
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user