Skip to content

Commit

Permalink
ci: release tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
supanadit committed Oct 31, 2024
1 parent ef244fb commit f8451da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }}
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ RUN npm install
RUN npm run build:prod

FROM caddy:2.8.4-alpine AS web

LABEL org.opencontainers.image.source https://github.com/aditama-labs/nest-autocrud-docs

COPY caddy/Caddyfile /etc/caddy/Caddyfile
COPY --from=build /app/dist /srv

0 comments on commit f8451da

Please sign in to comment.