Skip to content

Commit

Permalink
Merge pull request #27 from Luois45/dev
Browse files Browse the repository at this point in the history
Added Docker Build platforms and improved workflows
  • Loading branch information
Louis_45 authored Apr 19, 2024
2 parents 4a95fef + d7996d5 commit ee43759
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .censitive
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Censor the apikey in config.json
config.json:apikey
config.json:discord_webhook
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-develop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image Build and Push
name: Docker Image - Develop

on:
push:
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-latest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image Build and Push
name: Docker Image - Latest

on:
push:
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image Release
name: Docker Image - Version

on:
push:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ee43759

Please sign in to comment.