Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and glimchb committed Sep 10, 2023
1 parent 8ae73d6 commit 45abed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sztp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
context: sztp-server
platforms: linux/amd64,linux/arm64
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
context: sztp-agent
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 45abed5

Please sign in to comment.