You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying to build the docker images using github actions, however after the github actions done and everything looks good, the repo didn't appear in the dockerhub
Repro MVP (Minimal Viable Procedure)
the base of the github actions .yml file with a bit of modifications especially on the secrets
`name: Release
on:
workflow_dispatch:
push:
branches:
- "main"
jobs:
release:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'chore(release)') }}
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
Describe the bug
i'm trying to build the docker images using github actions, however after the github actions done and everything looks good, the repo didn't appear in the dockerhub
Repro MVP (Minimal Viable Procedure)
the base of the github actions .yml file with a bit of modifications especially on the secrets
`name: Release
on:
workflow_dispatch:
push:
branches:
- "main"
jobs:
release:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'chore(release)') }}
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
`
Expected behavior
the image should be appear in the dockerhub
Screenshots
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: