Compare commits

...

4 Commits
1.0.1 ... 1.0.3

Author SHA1 Message Date
762a5f3523 Merge pull request #1 from ServerCrow/renovate/configure 2024-11-24 13:51:52 +01:00
0ca067d37b Update renovate.json 2024-11-24 13:51:32 +01:00
renovate[bot]
d6d48ead0a Add renovate.json 2024-11-24 09:22:47 +00:00
eef2cc3741 fix: renamed pong package 2024-10-25 14:00:20 +02:00
2 changed files with 9 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ on:
- dev
- master
paths-ignore:
- "**/.github/**"
- "**/.gitignore"
- "**/.vscode/**"
- "**/README.md"
@@ -106,7 +105,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ github.ref_name }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: latest
- name: Build and push Docker image
@@ -115,7 +114,7 @@ jobs:
context: .
file: ./Dockerfile
build-args: |
VERSION=${{ needs.tag.outputs.version }}-${{ github.ref_name }}
VERSION=${{ needs.tag.outputs.version }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

7
renovate.json Normal file
View File

@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommitTypeAll(feat)"
]
}