Skip to content

Create README.md#6

Draft
ryanparsa wants to merge 4 commits into
mainfrom
doc/basic
Draft

Create README.md#6
ryanparsa wants to merge 4 commits into
mainfrom
doc/basic

Conversation

@ryanparsa

Copy link
Copy Markdown
Owner

No description provided.

@ryanparsa ryanparsa marked this pull request as draft January 2, 2025 20:56
@ryanparsa ryanparsa self-assigned this Jan 2, 2025
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow

Unpinned 3rd party Action 'Build and Release' step [Uses Step](1) uses 'docker/setup-buildx-action' with ref 'v3', not a pinned commit hash
uses: docker/setup-buildx-action@v3

- name: Log in to GitHub Container Registry
uses: docker/login-action@v3

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow

Unpinned 3rd party Action 'Build and Release' step [Uses Step](1) uses 'docker/login-action' with ref 'v3', not a pinned commit hash

- name: Extract metadata (tags, labels)
id: meta
uses: docker/metadata-action@v5

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow

Unpinned 3rd party Action 'Build and Release' step [Uses Step: meta](1) uses 'docker/metadata-action' with ref 'v5', not a pinned commit hash
images: ghcr.io/${{ github.repository }}

- name: Build and push Docker image
uses: docker/build-push-action@v5

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow

Unpinned 3rd party Action 'Build and Release' step [Uses Step](1) uses 'docker/build-push-action' with ref 'v5', not a pinned commit hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

write a doc about how to get credentials file from google write readme.md

2 participants