Skip to content

Commit

Permalink
Fix latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Sep 13, 2024
1 parent df3d831 commit aac1268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{version}}
type=raw,value=latest,enable={{is_default_branch}}
# https://github.com/docker/build-push-action
- name: Build and push Docker image
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM node:22.8.0-alpine
ENV NODE_ENV=production \
PORT=3000

LABEL org.opencontainers.image.authors="docker@alphahydrae.ch"
LABEL org.opencontainers.image.authors="simon.oulevay@heig-vd.ch"

WORKDIR /app

Expand Down

0 comments on commit aac1268

Please sign in to comment.