Skip to content

Commit

Permalink
Merge pull request #52 from radxa-repo/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-5

build(deps): bump docker/build-push-action from 4 to 5
  • Loading branch information
RadxaYuntian authored Sep 13, 2023
2 parents e39b5cc + fe9e181 commit b82b774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./container
push: true
Expand Down

0 comments on commit b82b774

Please sign in to comment.