Skip to content

Commit

Permalink
chore(docs): update docker related actions to avoid warnings in workf…
Browse files Browse the repository at this point in the history
…low (anchore#240)

Signed-off-by: Mykhailo Kuzmich <[email protected]>
  • Loading branch information
kuzm1ch authored Aug 28, 2023
1 parent f8d9cf1 commit 966ad43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ The simplest workflow for scanning a `localbuild/testimage` container:

```yaml
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: build local container
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
tags: localbuild/testimage:latest
push: false
Expand Down

0 comments on commit 966ad43

Please sign in to comment.