Skip to content

Commit

Permalink
chore(deps): update ci/cd (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 7a46b5d commit bfb6101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "PATCH=$(echo $VERSION | cut -d. -f3)" >> $GITHUB_OUTPUT
- name: Generate Docker image metadata
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.1
id: meta
with:
images: ${{ inputs.images }}
Expand All @@ -76,7 +76,7 @@ jobs:

- name: Build and push the Docker image from the specified Dockerfile
id: docker_build
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
context: .
file: ./${{ inputs.dockerfile }}
Expand Down

0 comments on commit bfb6101

Please sign in to comment.