1 Commits

Author SHA1 Message Date
dependabot[bot] 511966f048 build(deps): Bump docker/login-action from 3.1.0 to 3.3.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.1.0...v3.3.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 06:00:18 +00:00
2 changed files with 5 additions and 5 deletions
+2 -3
View File
@@ -92,9 +92,8 @@ This GitHub Action does not have any outputs. Please instead inspect the logs to
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5 # <-- CONFIGURE CHECKOUT FOR YOUR CODE
- name: Register, Build, and Publish a Speckle Function
-
name: Register, Build, and Publish a Speckle Function
uses: specklesystems/speckle-automate-github-composite-action
with:
speckle_token: ${{ secrets.SPECKLE_FUNCTION_PUBLISH_TOKEN }}
+3 -2
View File
@@ -38,6 +38,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/checkout@v4 # checkout the repository in which this GitHub Action is being used.
- name: Validate inputs
shell: bash
run: |
@@ -80,7 +81,7 @@ runs:
- name: Set up Docker Buildx # required to enable caching of docker build
uses: docker/setup-buildx-action@v3
- name: Log in to Speckle Automate Docker registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ inputs.speckle_automate_url }}
username: ${{ inputs.speckle_token }}
@@ -112,7 +113,7 @@ runs:
cache-from: type=registry,ref=${{ env.automateHost }}/${{ inputs.speckle_function_id }}:buildcache
cache-to: type=registry,ref=${{ env.automateHost }}/${{ inputs.speckle_function_id }}:buildcache,mode=max
- name: Speckle Automate function version publisher
uses: specklesystems/speckle-automate-github-action@0.11.0
uses: specklesystems/speckle-automate-github-action@0.10.0
id: register_speckle_function_version
with:
speckle_automate_url: ${{ inputs.speckle_automate_url }}