diff --git a/.github/workflows/build-and-docker-push.yml b/.github/workflows/build-and-docker-push.yml index 17a2faf..12631e6 100644 --- a/.github/workflows/build-and-docker-push.yml +++ b/.github/workflows/build-and-docker-push.yml @@ -26,7 +26,7 @@ jobs: uses: docker/build-push-action@v5 # Official Docker build and push action with: push: true # Push image to Docker Hub - tags: ${{ secrets.DOCKERHUB_USERNAME }}/pg-custom:0.5.0 # Replace with your desired tag + tags: ${{ secrets.DOCKERHUB_USERNAME }}/postgres-partman:1.0.0 # Replace with your desired tag context: . platforms: linux/amd64,linux/arm64 build-args: | # Pass environment variables to build process