mirror of
https://github.com/turnstonelabs/turnstone.git
synced 2026-08-12 23:12:23 -06:00
chore(deps): update github actions (#956)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Log in to GHCR
|
- name: Log in to GHCR
|
||||||
if: steps.tag.outputs.skip == 'false'
|
if: steps.tag.outputs.skip == 'false'
|
||||||
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4
|
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
if: steps.tag.outputs.skip == 'false'
|
if: steps.tag.outputs.skip == 'false'
|
||||||
- run: python -m build
|
- run: python -m build
|
||||||
if: steps.tag.outputs.skip == 'false'
|
if: steps.tag.outputs.skip == 'false'
|
||||||
- uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1
|
- uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # release/v1
|
||||||
if: steps.tag.outputs.skip == 'false'
|
if: steps.tag.outputs.skip == 'false'
|
||||||
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
|
|||||||
Reference in New Issue
Block a user