@@ -6,6 +6,8 @@ env:
on:
push:
+ branches:
+ - develop
jobs:
dockerhub-build-push:
@@ -35,10 +35,3 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ env.dockerhub_repository }}:${{ env.dockerhub_tag }}
- -
- name: Update repo description
- uses: peter-evans/dockerhub-description@v2
- with:
- username: ${{ secrets.DOCKERHUB_USERNAME }}
- password: ${{ secrets.DOCKERHUB_PASSWORD }}
- repository: ${{ env.dockerhub_repository }}