Skip to content

Commit

Permalink
Merge pull request #290 from na2na-p/renovate/docker-build-push-actio…
Browse files Browse the repository at this point in the history
…n-5.x

Update docker/build-push-action action to v5
  • Loading branch information
2na2-p[bot] authored Sep 21, 2023
2 parents 5291d65 + c5c73b6 commit cc06a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push-2na2-discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Build and push to ECR
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
env:
ECR_REPOSITORY: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.ap-northeast-1.amazonaws.com/na2na-discord-bot
with:
Expand Down

0 comments on commit cc06a2e

Please sign in to comment.