Sirherobrine23 dev #133

Merged
Sirherobrine23 merged 5 commits from Sirherobrine23_Dev into main 2021-07-18 03:09:55 +00:00
Showing only changes of commit 7d79017121 - Show all commits

View File

@ -5,8 +5,8 @@ on:
- v* - v*
- V* - V*
schedule: # schedule:
- cron: 0 0 * * */1 # - cron: 0 0 * * */6
env: env:
DOCKER_ARCHS: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 DOCKER_ARCHS: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
@ -39,4 +39,4 @@ jobs:
tags: | tags: |
bdsmaneger/node_image:latest bdsmaneger/node_image:latest
bdsmaneger/node_image:${{ github.run_id }} bdsmaneger/node_image:${{ github.run_id }}
platforms: ${{ env.DOCKER_ARCHS }} platforms: ${{ env.DOCKER_ARCHS }}