Limit single path component length to 254 characters #811
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Develop Release | |
on: | |
push: | |
branches: [ develop ] | |
jobs: | |
docker-develop: | |
uses: ./.github/workflows/docker_build.yml | |
with: | |
tag: develop | |
secrets: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }} | |
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} |