Skip to content

Commit 23d0ea4

Browse files
ci: fix image name and arch
1 parent edeb1c6 commit 23d0ea4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13-
- name: Set up Docker Buildx
14-
uses: docker/setup-buildx-action@v2
1513
- name: Publish to Registry
1614
uses: elgohr/Publish-Docker-Github-Action@v5
1715
with:
18-
name: ${{ github.repository }}/aws-pgbouncer
16+
name: ${{ github.repository }}
1917
username: ${{ github.actor }}
2018
password: ${{ secrets.GITHUB_TOKEN }}
2119
registry: ghcr.io
2220
tag_semver: true
23-
platforms: linux/amd64,linux/arm64
2421

0 commit comments

Comments
 (0)