Skip to content

Commit fb62c42

Browse files
authored
Merge pull request #637 from supabase/dependabot/github_actions/docker/build-push-action-5
chore(deps): bump docker/build-push-action from 4 to 5
2 parents 0d9738b + cd9ee52 commit fb62c42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: docker/setup-buildx-action@v3
4444
name: Set up Docker Buildx
4545

46-
- uses: docker/build-push-action@v4
46+
- uses: docker/build-push-action@v5
4747
with:
4848
push: false
4949
tags: pg-meta:test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
username: ${{ github.actor }}
112112
password: ${{ secrets.GITHUB_TOKEN }}
113113

114-
- uses: docker/build-push-action@v4
114+
- uses: docker/build-push-action@v5
115115
with:
116116
push: true
117117
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)