Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

chore(deps): update docker/login-action action to v3.6.0 #113

chore(deps): update docker/login-action action to v3.6.0

chore(deps): update docker/login-action action to v3.6.0 #113

Workflow file for this run

name: pr
concurrency: ${{ github.workflow }}/${{ github.ref }}
on:
- pull_request
permissions:
contents: read
jobs:
build:
if: github.event.pull_request.base.repo.node_id != github.event.pull_request.head.repo.node_id
uses: ./.github/workflows/build.yml
with:
push: false
release:
if: github.event.pull_request.base.repo.node_id != github.event.pull_request.head.repo.node_id
uses: ./.github/workflows/release.yml
with:
dry-run: true