diff --git a/.censitive b/.censitive index 1a26ed7..f5fa9f4 100644 --- a/.censitive +++ b/.censitive @@ -1,2 +1,3 @@ # Censor the apikey in config.json config.json:apikey +config.json:discord_webhook \ No newline at end of file diff --git a/.github/workflows/docker-build-develop.yml b/.github/workflows/docker-build-develop.yml index acdcfb7..2754196 100644 --- a/.github/workflows/docker-build-develop.yml +++ b/.github/workflows/docker-build-develop.yml @@ -1,4 +1,4 @@ -name: Docker Image Build and Push +name: Docker Image - Develop on: push: @@ -41,6 +41,7 @@ jobs: tags: | luois45/skinbaronbot_v2:develop ghcr.io/luois45/skinbaronbot_v2:develop + platforms: linux/amd64, linux/arm64/v8, linux/arm/v7 - name: Update Hub Description uses: peter-evans/dockerhub-description@v2 diff --git a/.github/workflows/docker-build-latest.yml b/.github/workflows/docker-build-latest.yml index 6a1b5ba..cb56831 100644 --- a/.github/workflows/docker-build-latest.yml +++ b/.github/workflows/docker-build-latest.yml @@ -1,4 +1,4 @@ -name: Docker Image Build and Push +name: Docker Image - Latest on: push: @@ -41,6 +41,7 @@ jobs: tags: | luois45/skinbaronbot_v2:latest ghcr.io/luois45/skinbaronbot_v2:latest + platforms: linux/amd64, linux/arm64/v8, linux/arm/v7 - name: Update Hub Description uses: peter-evans/dockerhub-description@v2 diff --git a/.github/workflows/docker-build-version.yml b/.github/workflows/docker-build-version.yml index 18d1c39..91cb621 100644 --- a/.github/workflows/docker-build-version.yml +++ b/.github/workflows/docker-build-version.yml @@ -1,4 +1,4 @@ -name: Docker Image Release +name: Docker Image - Version on: push: @@ -43,6 +43,7 @@ jobs: tags: | luois45/skinbaronbot_v2:${{ env.VERSION_TAG }} ghcr.io/luois45/skinbaronbot_v2:${{ env.VERSION_TAG }} + platforms: linux/amd64, linux/arm64/v8, linux/arm/v7 - name: Update Hub Description uses: peter-evans/dockerhub-description@v2