Skip to content

Commit

Permalink
Merge pull request #349 from goplus/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
xushiwei committed Jun 19, 2024
2 parents db7ae2b + 95f8253 commit bb6259a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.repository_owner }}-goplus-community-${{ env.BRANCH_NAME }}:latest

0 comments on commit bb6259a

Please sign in to comment.