From 4e1ed8cfe1b675fd2b43941a5e513a76db17b686 Mon Sep 17 00:00:00 2001 From: hajowieland Date: Mon, 29 Jan 2024 11:00:23 +0100 Subject: [PATCH 1/2] chore: Update year in MIT License --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 3a05e44..0f53cea 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 ventx GmbH +Copyright (c) 2024 ventx GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 2839cc97e8f3c0fdce76e7ef78d7caf13589752e Mon Sep 17 00:00:00 2001 From: hajowieland Date: Mon, 29 Jan 2024 11:06:20 +0100 Subject: [PATCH 2/2] chore: Fix Docker Hub description repository name, update GitHub Actions --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a7342f0..10b2485 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up QEMU uses: docker/setup-qemu-action@v2 @@ -48,17 +48,17 @@ jobs: - name: Sync Docker Hub README if: github.event_name != 'pull_request' - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - repository: ventx/debug-pod + repository: ventx/helm3-ci - name: Sync Docker Hub Description if: github.event_name != 'pull_request' - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - repository: ventx/debug-pod + repository: ventx/helm3-ci short-description: ${{ github.event.repository.description }}