Skip to content

Commit

Permalink
Fix build and push step Readme missing id (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: Houssem Ben Ali <hbenali.tn@gmail.com>
  • Loading branch information
Houssem Ben Ali committed Jul 20, 2023
1 parent 6e04d22 commit a5d81fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:

- name: Build and Push container images
uses: docker/build-push-action@v4.0.0
id: build-and-push
with:
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
Expand Down

0 comments on commit a5d81fb

Please sign in to comment.