Skip to content

Commit

Permalink
Update Github Actions Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and victor-rds committed Feb 9, 2023
1 parent 8e15c59 commit ade595a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/call_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- id: docker_metadata
name: Prepare Docker Metadata
uses: docker/metadata-action@v4.1.1
uses: docker/metadata-action@v4.3.0
with:
labels: |
maintainer=victor-rds
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

- id: buildx
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.2.1
uses: docker/setup-buildx-action@v2.4.1

- name: Login to DockerHub
if: inputs.pushit
Expand All @@ -96,7 +96,7 @@ jobs:

- id: docker_build_push
name: Docker Build and Push
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v3.3.1
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: ${{ inputs.platforms }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/call_pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:

- id: buildx
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.2.1
uses: docker/setup-buildx-action@v2.4.1

- id: docker_pr_build
name: PR Build
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v3.3.1
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ztest_call_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- id: docker_metadata
name: Prepare Docker Metadata
uses: docker/metadata-action@v4.1.1
uses: docker/metadata-action@v4.3.0
with:
labels: |
maintainer=victor-rds
Expand Down

0 comments on commit ade595a

Please sign in to comment.