Skip to content

Commit

Permalink
update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMerz committed Nov 8, 2024
1 parent 2fa8732 commit 460c2f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
FROM node:lts-alpine

LABEL "com.github.actions.name"="Pragmatic CalVer"
LABEL "com.github.actions.description"="Our take on CalVer"
LABEL "com.github.actions.icon"="moon"
LABEL "com.github.actions.color"="green"
LABEL "org.opencontainers.image.description"="GitHub actoion for custom CalVer"

LABEL "repository"="https://github.com/pragmaticindustries/calver-release-action"
LABEL "maintainer"="pragmatic industries"


COPY . ./
RUN npm install
RUN npm run build
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'calver-release-action'
name: 'pragmatic-calver-release-action'
description: 'GitHub Action to generate Calver release'
author: 'cho0o0'
inputs:
Expand Down Expand Up @@ -32,8 +32,8 @@ outputs:
title:
description: 'Generated string of the release title'
runs:
using: node16
main: 'dist/index.js'
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'arrow-up-circle'
color: 'blue'

0 comments on commit 460c2f2

Please sign in to comment.