We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull Request の場合は github.base_ref=master になるため、 master ブランチのイメージを取得してしまう https://github.com/EC-CUBE/ec-cube2/blob/master/.github/workflows/unit-tests.yml#L56
github.base_ref=master
結果的に Dockerfile の変更が GitHub Actions に反映されない。 TAG=${DOCKER_METADATA_OUTPUT_VERSION} としたい
TAG=${DOCKER_METADATA_OUTPUT_VERSION}
The text was updated successfully, but these errors were encountered:
Fixes EC-CUBE#1019 PR の場合は TAG=${DOCKER_METADATA_OUTPUT_VERSION} を設定する
e511f15
Successfully merging a pull request may close this issue.
Pull Request の場合は
github.base_ref=master
になるため、 master ブランチのイメージを取得してしまうhttps://github.com/EC-CUBE/ec-cube2/blob/master/.github/workflows/unit-tests.yml#L56
結果的に Dockerfile の変更が GitHub Actions に反映されない。
TAG=${DOCKER_METADATA_OUTPUT_VERSION}
としたいThe text was updated successfully, but these errors were encountered: