We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639f81f commit cd9ee52Copy full SHA for cd9ee52
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- uses: docker/setup-buildx-action@v3
44
name: Set up Docker Buildx
45
46
- - uses: docker/build-push-action@v4
+ - uses: docker/build-push-action@v5
47
with:
48
push: false
49
tags: pg-meta:test
.github/workflows/release.yml
@@ -111,7 +111,7 @@ jobs:
111
username: ${{ github.actor }}
112
password: ${{ secrets.GITHUB_TOKEN }}
113
114
115
116
push: true
117
platforms: linux/amd64,linux/arm64
0 commit comments