File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2626 uses : docker/build-push-action@v5
2727 with :
2828 context : .
29- tags : " IMAGE "
29+ tags : " xlsoftpartner/net-client "
3030 # For pull requests, export results to the build cache.
3131 # Otherwise, push to a registry.
3232 outputs : ${{ github.event_name == 'pull_request' && 'type=cacheonly' || 'type=registry,push=true' }}
Original file line number Diff line number Diff line change @@ -40,5 +40,15 @@ Optional - set cloud builder as default
4040- サンプルリポジトリが ` master ` ブランチだったので記述を変更。
4141- ` ${{ secrets.DOCKERHUB_USERNAME }} ` などがあるので、「Settings>Secres and Variables>Actions」でリポジトリシークレットを追加。
4242
43- コミットを試す。
43+ コミットを試す。→ログインは出来た。
44+
45+ ``` text
46+ ERROR: invalid tag "IMAGE": repository name must be lowercase
47+ Error: buildx failed with: ERROR: invalid tag "IMAGE": repository name must be lowercase
48+ ```
49+
50+ というエラーが出た。
51+
52+ ` tags: "IMAGE" ` をイメージ名に修正し、再プッシュ
53+
4454
You can’t perform that action at this time.
0 commit comments